From 173a51d4ae7ebca7e9b7d175ba314ff35a60d5ab Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Mon, 21 Nov 2022 09:37:00 -0700 Subject: fix submodule and other small things --- bash/.bash_profile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'bash/.bash_profile') 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 -- cgit v1.2.3