summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2019-09-04 09:38:38 +0200
committerPatrick Simianer <p@simianer.de>2019-09-04 09:38:38 +0200
commitc221a045feed1b1470c83685d5e870f8a2a05326 (patch)
treebfcda2de429ab7e8485da91f078e8d530fd24576 /zsh
parentcee0522dc7345fc2612ce4d052145e1e15bec426 (diff)
work laptop
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc4
-rw-r--r--zsh/.zshrc.work3
2 files changed, 7 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 99f2570..b12a727 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -364,3 +364,7 @@ if [[ $_HOST_TYPE == "Linux" ]]; then
alias lpimg='/usr/bin/lp -o fit-to-page'
fi
+if [[ $(hostname) == "barkley" ]]; then
+ source $HOME/.files/zsh/.zshrc.work
+fi
+
diff --git a/zsh/.zshrc.work b/zsh/.zshrc.work
new file mode 100644
index 0000000..cd9b497
--- /dev/null
+++ b/zsh/.zshrc.work
@@ -0,0 +1,3 @@
+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
+