aboutsummaryrefslogtreecommitdiff
path: root/bash/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'bash/.bash_profile')
-rw-r--r--bash/.bash_profile7
1 files changed, 4 insertions, 3 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile
index 3ad634e..6539cd9 100644
--- a/bash/.bash_profile
+++ b/bash/.bash_profile
@@ -9,12 +9,13 @@ if [ -f ~/.bashrc ]; then
fi
# User specific environment and startup programs
-#. /usr/share/autojump/autojump.bash
+export EDITOR=/usr/bin/vim
+export TERMINAL=/usr/bin/alacritty
+export BROWSER=/usr/bin/librewolf-bin
export PATH
-complete -cf doas
export PATH=$PATH:/home/bryson/.spicetify
-export EDITOR=/usr/bin/vim
+complete -cf doas
source /usr/share/autojump/autojump.bash
source /usr/share/bash-completion/completions/fzf
source /usr/share/fzf/key-bindings.bash