diff options
Diffstat (limited to 'bash/.bash_profile')
-rw-r--r-- | bash/.bash_profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile index 7ec459d..c5cb988 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -1,3 +1,4 @@ +#!/bin/bash # .bash_profile PATH=$PATH:$HOME/.local/bin:$HOME/bin:$HOME/.cargo/bin @@ -13,4 +14,5 @@ fi export PATH complete -cf doas export PATH=$PATH:/home/bryson/.spicetify +export EDITOR=/usr/bin/vim #source "/home/bryson/git/emsdk/emsdk_env.sh" |