Commit 187882c87ba066d991f51e2748b51b5048d14b8a

Authored by mj
1 parent 553c2ea021
Exists in master and in 2 other branches 02-merge, dev

zshrc.sh -> REMOVE ANTIGEN!

Showing 1 changed file with 16 additions and 16 deletions Side-by-side Diff

... ... @@ -9,7 +9,7 @@ export ZSH=$ZCFG/tools/oh-my-zsh
9 9 # Look in ~/.oh-my-zsh/themes/
10 10 # Optionally, if you set this to "random", it'll load a random theme each
11 11 # time that oh-my-zsh is loaded.
12   -ZSH_THEME="wedisagree"
  12 +ZSH_THEME="muse"
13 13  
14 14 # Uncomment the following line to use case-sensitive completion.
15 15 CASE_SENSITIVE="true"
... ... @@ -52,7 +52,7 @@ HIST_STAMPS="dd.mm.yyyy"
52 52 # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
53 53 # Example format: plugins=(rails git textmate ruby lighthouse)
54 54 # Add wisely, as too many plugins slow down shell startup.
55   -# plugins=(git)
  55 +plugins=(command-not-found common-aliases debian dirhistory extract git history history-substring-search systemadmin zsh_reload)
56 56  
57 57 # User configuration
58 58  
... ... @@ -67,19 +67,19 @@ export LANG=en_US.UTF-8
67 67 #
68 68 # ANTIGEN:
69 69 #
70   -source $ZCFG/tools/antigen/antigen.zsh
  70 +# source $ZCFG/tools/antigen/antigen.zsh
71 71  
72 72 # MUST:
73   -antigen bundle command-not-found
74   -antigen bundle common-aliases
75   -antigen bundle debian
76   -antigen bundle dirhistory
77   -antigen bundle extract
78   -antigen bundle git
79   -antigen bundle history
80   -antigen bundle history-substring-search
81   -antigen bundle systemadmin
82   -antigen bundle zsh_reload
  73 +#antigen bundle command-not-found
  74 +#antigen bundle common-aliases
  75 +#antigen bundle debian
  76 +#antigen bundle dirhistory
  77 +#antigen bundle extract
  78 +#antigen bundle git
  79 +#antigen bundle history
  80 +#antigen bundle history-substring-search
  81 +#antigen bundle systemadmin
  82 +#antigen bundle zsh_reload
83 83 # /MUST
84 84  
85 85 # NICE:
... ... @@ -112,9 +112,9 @@ antigen bundle zsh_reload
112 112 #
113 113 # THEME #----------
114 114 #
115   -antigen theme muse
116   -
117   -antigen apply
  115 +#antigen theme muse
  116 +#
  117 +#antigen apply
118 118  
119 119 # ssh
120 120 # export SSH_KEY_PATH="~/.ssh/id_rsa"