diff options
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.bash_profile b/.bash_profile index c80adeb..7fe4500 100644 --- a/.bash_profile +++ b/.bash_profile @@ -5,11 +5,15 @@ [[ -f ~/.bashrc ]] && . ~/.bashrc -export EDITOR="nvim" +export EDITOR="emacsclient" export TERMINAL="alacritty" -export BROWSER="librewolf" +export BROWSER="qutebrowser" export READER="zathura" export PATH="$HOME/.emacs.d/bin:$PATH" + + + + |