diff --git a/templates/zshrc.sh b/templates/zshrc.sh index dbb83ca..ddea2b3 100644 --- a/templates/zshrc.sh +++ b/templates/zshrc.sh @@ -9,7 +9,7 @@ export ZSH=$ZCFG/tools/oh-my-zsh # Look in ~/.oh-my-zsh/themes/ # Optionally, if you set this to "random", it'll load a random theme each # time that oh-my-zsh is loaded. -ZSH_THEME="wedisagree" +ZSH_THEME="muse" # Uncomment the following line to use case-sensitive completion. CASE_SENSITIVE="true" @@ -52,7 +52,7 @@ HIST_STAMPS="dd.mm.yyyy" # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -# plugins=(git) +plugins=(command-not-found common-aliases debian dirhistory extract git history history-substring-search systemadmin zsh_reload) # User configuration @@ -67,19 +67,19 @@ export LANG=en_US.UTF-8 # # ANTIGEN: # -source $ZCFG/tools/antigen/antigen.zsh +# source $ZCFG/tools/antigen/antigen.zsh # MUST: -antigen bundle command-not-found -antigen bundle common-aliases -antigen bundle debian -antigen bundle dirhistory -antigen bundle extract -antigen bundle git -antigen bundle history -antigen bundle history-substring-search -antigen bundle systemadmin -antigen bundle zsh_reload +#antigen bundle command-not-found +#antigen bundle common-aliases +#antigen bundle debian +#antigen bundle dirhistory +#antigen bundle extract +#antigen bundle git +#antigen bundle history +#antigen bundle history-substring-search +#antigen bundle systemadmin +#antigen bundle zsh_reload # /MUST # NICE: @@ -112,9 +112,9 @@ antigen bundle zsh_reload # # THEME #---------- # -antigen theme muse - -antigen apply +#antigen theme muse +# +#antigen apply # ssh # export SSH_KEY_PATH="~/.ssh/id_rsa"