#!/bin/bash export BAT_THEME="Dracula" export EDITOR=nvim export GPG_TTY=$(tty) export VISUAL=nvim # KEEP LAST export PATH=$HOME/bin/:$PATH