diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-08-03 19:03:20 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-08-03 19:03:20 -0400 |
| commit | 1b8c8f8dab66aed2db84b2b5fd16f12794351c6e (patch) | |
| tree | a5f98c588045d59022cd271ddda4b4d6c47ed7cd /.profile | |
| parent | 57b74b1f1ba36d94c60ed0e7601a485adb9dbb16 (diff) | |
| download | eibhear-1b8c8f8dab66aed2db84b2b5fd16f12794351c6e.tar.gz eibhear-1b8c8f8dab66aed2db84b2b5fd16f12794351c6e.tar.zst eibhear-1b8c8f8dab66aed2db84b2b5fd16f12794351c6e.zip | |
shortcuts.sh runs only if no ~/.shortcuts file
Diffstat (limited to '.profile')
| -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 |
