summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc9
1 files changed, 7 insertions, 2 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 50cb603..20a1cd6 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -155,8 +155,6 @@ chpwd
zstyle ':prompt:rtab' fish yes
zstyle ':prompt:rtab' nameddirs yes
-
-
# #############################################################################
# exports
# #############################################################################
@@ -374,3 +372,10 @@ if [[ $_HOST_TYPE == "Linux" ]]; then
alias lp8p='/usr/bin/lp -o sides=two-sided-short-edge -o number-up=4 -o landscape'
alias lpimg='/usr/bin/lp -o fit-to-page'
fi
+
+if [[ -f ~/.zshrc.personal ]]; then
+ source ~/.zshrc.personal
+fi
+if [[ -f ~/.zshrc.work ]]; then
+ source ~/.zshrc.work
+fi