diff options
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 + |