shortcut sync will run on login if present

This commit is contained in:
Luke Smith 2018-08-01 01:03:31 -04:00
parent 9df046c5a8
commit bb689384c7

View file

@ -9,6 +9,8 @@ export BROWSER="firefox"
export READER="zathura"
export BIB="$HOME/Documents/LaTeX/uni.bib"
[[ -f ~/.scripts/shortcuts.sh ]] && ~/.scripts/shortcuts.sh
[[ -f ~/.bashrc ]] && . ~/.bashrc
# Start graphical server if i3 not already running.