shortcut fixes

This commit is contained in:
Luke Smith 2018-11-06 12:50:29 -05:00
parent 7e63e40b3a
commit d7dc154e9c
2 changed files with 1 additions and 2 deletions

View file

@ -9,4 +9,3 @@ cf ~/.config
sc ~/.scripts
mn /mnt
e /etc
/ /

View file

@ -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