diff options
| -rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
