From d7dc154e9cb11c29a00950b1e5f089e4b3a0028e Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 6 Nov 2018 12:50:29 -0500 Subject: shortcut fixes --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.profile') diff --git a/.profile b/.profile index 2c0c9e8..7a1c1df 100644 --- a/.profile +++ b/.profile @@ -11,7 +11,7 @@ export READER="zathura" export BIB="$HOME/Documents/LaTeX/uni.bib" export REFER="$HOME/.referbib" -[ -f ~/.scripts/shortcuts.sh ] && ~/.scripts/shortcuts.sh +[ ! -f ~/.shortcuts ] && shortcuts 2>/dev/null [ -f ~/.bashrc ] && source ~/.bashrc -- cgit v1.3.1