diff --git a/.profile b/.profile index aaa0383..a86349c 100644 --- a/.profile +++ b/.profile @@ -9,7 +9,7 @@ export BROWSER="firefox" export READER="zathura" export BIB="$HOME/Documents/LaTeX/uni.bib" -[[ -f ~/.scripts/shortcuts.sh ]] && ~/.scripts/shortcuts.sh +[[ ! -f ~/.shortcuts ]] && ~/.scripts/shortcuts.sh 2>/dev/null [[ -f ~/.bashrc ]] && . ~/.bashrc