From bb689384c76aa4fbe5356addee812536b99682da Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 1 Aug 2018 01:03:31 -0400 Subject: [PATCH] shortcut sync will run on login if present --- .profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.profile b/.profile index 78e3642..aaa0383 100644 --- a/.profile +++ b/.profile @@ -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.