From 8eb38a3790b129258aa6904b0c5b0a62dc2dcb56 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 4 Aug 2018 19:55:44 -0400 Subject: minor shortcut-sync changes --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.profile') 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 -- cgit v1.3.1