summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
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.