summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-08-01 01:03:31 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-08-01 01:03:31 -0400
commitbb689384c76aa4fbe5356addee812536b99682da (patch)
tree58ad41791ed9be28ea954538a07768e3de12c0e1 /.profile
parent9df046c5a8a3c8928deba23d38eee0ee1c519e24 (diff)
downloadeibhear-bb689384c76aa4fbe5356addee812536b99682da.tar.gz
eibhear-bb689384c76aa4fbe5356addee812536b99682da.tar.zst
eibhear-bb689384c76aa4fbe5356addee812536b99682da.zip
shortcut sync will run on login if present
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 2 insertions, 0 deletions
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.