diff options
author | Patrick Simianer <p@simianer.de> | 2019-09-04 09:38:38 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2019-09-04 09:38:38 +0200 |
commit | c221a045feed1b1470c83685d5e870f8a2a05326 (patch) | |
tree | bfcda2de429ab7e8485da91f078e8d530fd24576 /zsh | |
parent | cee0522dc7345fc2612ce4d052145e1e15bec426 (diff) |
work laptop
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 4 | ||||
-rw-r--r-- | zsh/.zshrc.work | 3 |
2 files changed, 7 insertions, 0 deletions
@@ -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 + |