summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorpks <pks@pks.rocks>2021-04-03 09:43:56 +0200
committerpks <pks@pks.rocks>2021-04-03 09:43:56 +0200
commit652c1d6f2f0b9abff25db5aa3411e584fcd7a15e (patch)
treeabae4613da04b47df6ed325c1a6ea94480c6f188 /zsh
parent177b3749c071798bcabcd61847ef9f587d17142f (diff)
zsh: include files
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc9
-rw-r--r--zsh/.zshrc.work3
2 files changed, 7 insertions, 5 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
diff --git a/zsh/.zshrc.work b/zsh/.zshrc.work
index cd9b497..e69de29 100644
--- a/zsh/.zshrc.work
+++ b/zsh/.zshrc.work
@@ -1,3 +0,0 @@
-if [ -f '/home/pks/work/google-cloud-sdk/path.zsh.inc' ]; then . '/home/pks/work/google-cloud-sdk/path.zsh.inc'; fi
-if [ -f '/home/pks/work/google-cloud-sdk/completion.zsh.inc' ]; then . '/home/pks/work/google-cloud-sdk/completion.zsh.inc'; fi
-