summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-08-03 19:03:20 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-08-03 19:03:20 -0400
commit1b8c8f8dab66aed2db84b2b5fd16f12794351c6e (patch)
treea5f98c588045d59022cd271ddda4b4d6c47ed7cd
parent57b74b1f1ba36d94c60ed0e7601a485adb9dbb16 (diff)
downloadeibhear-1b8c8f8dab66aed2db84b2b5fd16f12794351c6e.tar.gz
eibhear-1b8c8f8dab66aed2db84b2b5fd16f12794351c6e.tar.zst
eibhear-1b8c8f8dab66aed2db84b2b5fd16f12794351c6e.zip
shortcuts.sh runs only if no ~/.shortcuts file
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
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