From 10d1ced495d4c5889f550257ea369f63c23baf50 Mon Sep 17 00:00:00 2001 From: mj Date: Tue, 31 Mar 2015 20:04:59 +0200 Subject: [PATCH] zshrc.sh - COMPLETE REWRITE --- templates/zshrc.sh | 63 +++++++----------------------------------------------- 1 file changed, 8 insertions(+), 55 deletions(-) diff --git a/templates/zshrc.sh b/templates/zshrc.sh index 999e2f7..470f664 100644 --- a/templates/zshrc.sh +++ b/templates/zshrc.sh @@ -16,71 +16,24 @@ ZSH_THEME="muse" CASE_SENSITIVE="true" DISABLE_AUTO_UPDATE="true" -DISABLE_AUTO_TITLE="true" -ENABLE_CORRECTION="true" +#DISABLE_AUTO_TITLE="true" +ENABLE_CORRECTION="false" COMPLETION_WAITING_DOTS="true" DISABLE_UNTRACKED_FILES_DIRTY="true" HIST_STAMPS="dd.mm.yyyy" ZSH_CUSTOM=ZCFG/custom plugins=(command-not-found common-aliases debian dirhistory git history history-substring-search systemadmin zsh_reload - pip python virtualenv virtualenvwrapper - meteor node npm + #pip python virtualenv virtualenvwrapper + #meteor node npm ) -#if [ -f ~/.config/zsh-config/templates/bash_aliases ]; then -# . ~/.config/zsh-config/templates/bash_aliases -#fi - # User configuration export PATH=$HOME/bin:/usr/local/bin:$PATH # export MANPATH="/usr/local/man:$MANPATH" -source ~/.zshrc - -# source $ZSH/oh-my-zsh.sh - -# ANTIGEN: -# -# source $ZCFG/packages/antigen/antigen.zsh -# -# MUST: -#antigen bundle extract -# -# -# NICE: -#antigen bundle iwhois -#antigen bundle screen -#antigen bundle ssh-agent -#antigen bundle web-search -# # if webdev: -#antigen bundle catimg -# -# docker: -#antigen bundle docker -# -# kde: -#antigen bundle kate -# -# removed: -#antigen bundle autoenv -#antigen bundle iwhois -#antigen bundle per-directory-history -#antigen bundle screen -# -# THEME #---------- -# -#antigen theme muse -# -#antigen apply - -# ssh -# export SSH_KEY_PATH="~/.ssh/id_rsa" -# zstyle :omz:plugins:ssh-agent agent-forwarding on +source $ZSH/oh-my-zsh.sh -# Preferred editor for local and remote sessions -# if [[ -n $SSH_CONNECTION ]]; then -# export EDITOR='vim' -# else -# export EDITOR='mvim' -# fi \ No newline at end of file +if [ -f ~/.config/zsh-config/templates/bash_aliases.sh ]; then + . ~/.config/zsh-config/templates/bash_aliases.sh +fi -- 2.0.0