From b8914f261a3f173eb7419c44b34dfd691f1c29b5 Mon Sep 17 00:00:00 2001 From: mj Date: Mon, 16 Feb 2015 07:19:36 +0100 Subject: [PATCH] IMP templates/zshrc: more suitable for installations everywhere --- templates/zshrc | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/templates/zshrc b/templates/zshrc index 24908dc..be5caf3 100644 --- a/templates/zshrc +++ b/templates/zshrc @@ -1,8 +1,9 @@ # ENVIRONMENT: export GJ_DEVENV=local_aptproxy +export ZCFG=~/.config/zsh-config # Path to your oh-my-zsh installation. -export ZSH=~/.config/oh-my-zsh +export ZSH=$ZCFG/tools/oh-my-zsh # Set name of the theme to load. # Look in ~/.oh-my-zsh/themes/ @@ -66,7 +67,7 @@ export LANG=en_US.UTF-8 # # ANTIGEN: # -source $ZSH_CUSTOM/tools/antigen/antigen.zsh +source $ZCFG/tools/antigen/antigen.zsh # MUST: antigen bundle autoenv @@ -81,30 +82,30 @@ antigen bundle history-substring-search antigen bundle iwhois antigen bundle per-directory-history antigen bundle screen -antigen bundle ssh-agent antigen bundle systemadmin -antigen bundle z antigen bundle zsh_reload # /MUST # NICE: -antigen bundle screen -antigen bundle ssh-agent -antigen bundle web-search +#antigen bundle ssh-agent +#antigen bundle web-search # # if webdev: -# antigen bundle catimg +#antigen bundle catimg + +# makes trouble: +#antigen bundle z # docker: -antigen bundle docker +#antigen bundle docker # python: -antigen bundle pip -antigen bundle python -antigen bundle virtualenv -antigen bundle virtualenvwrapper +#antigen bundle pip +#antigen bundle python +#antigen bundle virtualenv +#antigen bundle virtualenvwrapper # kde: -antigen bundle kate +#antigen bundle kate # # THEME #---------- @@ -114,8 +115,8 @@ antigen theme muse antigen apply # ssh -export SSH_KEY_PATH="~/.ssh/id_rsa" -zstyle :omz:plugins:ssh-agent agent-forwarding on +# export SSH_KEY_PATH="~/.ssh/id_rsa" +# zstyle :omz:plugins:ssh-agent agent-forwarding on # Preferred editor for local and remote sessions # if [[ -n $SSH_CONNECTION ]]; then -- 2.0.0