summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-08-04 19:55:44 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-08-04 19:55:44 -0400
commit8eb38a3790b129258aa6904b0c5b0a62dc2dcb56 (patch)
tree6e7ece05933aaf2024514b9cbd6a25d3bddbe98a /.profile
parent78ee3599b3074caa8f8c0ac08e5c077b95cd1b2a (diff)
downloadeibhear-8eb38a3790b129258aa6904b0c5b0a62dc2dcb56.tar.gz
eibhear-8eb38a3790b129258aa6904b0c5b0a62dc2dcb56.tar.zst
eibhear-8eb38a3790b129258aa6904b0c5b0a62dc2dcb56.zip
minor shortcut-sync changes
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