Bug fix: $PATH sometimes breaks from package conflicts

This is meant for LARBS/issues/29
This commit is contained in:
idk 2018-07-14 09:08:10 -04:00 committed by GitHub
parent 202893c879
commit 4137c34c14

View file

@ -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"