summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index a86349c..9953967 100644
--- a/.profile
+++ b/.profile
@@ -9,7 +9,7 @@ export BROWSER="firefox"
export READER="zathura"
export BIB="$HOME/Documents/LaTeX/uni.bib"
-[[ ! -f ~/.shortcuts ]] && ~/.scripts/shortcuts.sh 2>/dev/null
+. ~/.scripts/shortcuts.sh 2>/dev/null
[[ -f ~/.bashrc ]] && . ~/.bashrc