dotfiles/home/shell_exports

10 lines
142 B
Plaintext
Raw Permalink Normal View History

#!/bin/bash
2024-08-13 20:41:38 +00:00
export BAT_THEME="Dracula"
export EDITOR=nvim
export GPG_TTY=$(tty)
export VISUAL=nvim
# KEEP LAST
export PATH=$HOME/bin/:$PATH