From 93713a516bdd3d2a960c8a841731f3d83f54362c Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Fri, 23 Nov 2012 11:53:55 -0800 Subject: Fix zshrc for work desktop --- base/zshrc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'base') diff --git a/base/zshrc b/base/zshrc index ef40bc9..e69dec8 100644 --- a/base/zshrc +++ b/base/zshrc @@ -4,6 +4,9 @@ # functions, options, key bindings, etc. # +# Load this first or the work desktop cries +source ~/.host-specific/zshrc + autoload -U compinit compinit @@ -43,9 +46,8 @@ bindkey '[3~' delete-char zstyle ':completion:*' completer _complete _ignored _files source ~/.bash_aliases +source ~/.host-specific/bash_aliases -source ~/.shell_pathes +[[ -a ~/.shell_pathes ]] && source ~/.shell_pathes +[[ -a ~/.host-specific/shell_pathes ]] && source ~/.host-specific/shell_pathes -source ~/.host-specific/zshrc -source ~/.host-specific/shell_pathes -source ~/.host-specific/bash_aliases -- cgit v1.2.3