diff --git a/.bash_profile b/.bash_profile index e277fc1..2941fb6 100644 --- a/.bash_profile +++ b/.bash_profile @@ -4,7 +4,7 @@ [[ -f ~/.bashrc ]] && . ~/.bashrc -export PATH=$PATH:$HOME/.scripts +export PATH="$PATH:$HOME/.scripts" export EDITOR="vim" export TERMINAL="st" export BROWSER="firefox"