Merge pull request #73 from CecileGS/patch-2

Bug fix: $PATH sometimes breaks from package conflicts
This commit is contained in:
Luke Smith 2018-07-14 22:34:36 -04:00 committed by GitHub
commit 5f846ed806

View file

@ -4,7 +4,7 @@
[[ -f ~/.bashrc ]] && . ~/.bashrc [[ -f ~/.bashrc ]] && . ~/.bashrc
export PATH=$PATH:$HOME/.scripts export PATH="$PATH:$HOME/.scripts"
export EDITOR="vim" export EDITOR="vim"
export TERMINAL="st" export TERMINAL="st"
export BROWSER="firefox" export BROWSER="firefox"