diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2022-11-21 09:37:00 -0700 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2022-11-21 09:37:00 -0700 |
commit | 173a51d4ae7ebca7e9b7d175ba314ff35a60d5ab (patch) | |
tree | 2c478b4cdb6241651c0d7a893d47309bea396320 /bash/.bash_profile | |
parent | 3441228582cc4522f0a57832be465f6c4d0fae29 (diff) | |
download | dotfiles-173a51d4ae7ebca7e9b7d175ba314ff35a60d5ab.tar dotfiles-173a51d4ae7ebca7e9b7d175ba314ff35a60d5ab.tar.gz dotfiles-173a51d4ae7ebca7e9b7d175ba314ff35a60d5ab.tar.bz2 |
fix submodule and other small things
Diffstat (limited to 'bash/.bash_profile')
-rw-r--r-- | bash/.bash_profile | 7 |
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 |