multiple cursors added

This commit is contained in:
Luke Smith
2018-11-16 12:25:06 -05:00
parent 0a8df2cbdc
commit 8ea78b322d
2 changed files with 2 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ export READER="zathura"
export BIB="$HOME/Documents/LaTeX/uni.bib"
export REFER="$HOME/.referbib"
[ ! -f ~/.shortcuts ] && shortcuts 2>/dev/null
[ ! -f ~/.shortcuts ] && shortcuts >/dev/null 2>&1
[ -f ~/.bashrc ] && source ~/.bashrc