Commit 88963b0bbb40c99b5670bfda7ba7775b107ecbc1

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

*/zshrc.sh:

- REMOVE obsolete parts
- MOVE git plugin FROM dotfiles/zshrc.sh TO templates/zshrc.sh

Showing 2 changed files with 4 additions and 16 deletions Side-by-side Diff

... ... @@ -22,7 +22,7 @@ DISABLE_UNTRACKED_FILES_DIRTY="true"
22 22 HIST_STAMPS="dd.mm.yyyy"
23 23 ZSH_CUSTOM=$ZCFG/custom
24 24  
25   -plugins+=(command-not-found common-aliases debian dirhistory git history history-substring-search systemadmin zsh_reload)
  25 +plugins+=(command-not-found common-aliases debian dirhistory history history-substring-search systemadmin zsh_reload)
26 26  
27 27 # virtualenvwrapper
28 28 if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then
... ... @@ -33,7 +33,6 @@ fi
33 33  
34 34 # User configuration
35 35 export PATH=$HOME/bin:/usr/local/bin:$PATH
36   -# export MANPATH="/usr/local/man:$MANPATH"
37 36  
38 37 # Environment
39 38 if [ -f $ZCFG/dotfiles/environment.sh ]; then
... ... @@ -10,24 +10,13 @@ export ARCHFLAGS="-arch x86_64"
10 10  
11 11 # User configuration
12 12 export PATH=$HOME/bin:/usr/local/bin:$PATH
13   -# export MANPATH="/usr/local/man:$MANPATH"
14   -
15   -# if [ "1" == "2" ]; then
16   -# #sudo apt-get -yq python-setuptools
17   -#
18   -# #sudo easy_install pip
19   -# #sudo pip install virtualenvwrapper
20   -#
21   -# mkvirtualenv cb-meteor
22   -# pip install nodeenv
23   -# nodeenv -p
24   -#
25   -# # curl https://install.meteor.com/ | sh
26   -# fi
27 13  
28 14 plugins=(
  15 + git
  16 + # ---
29 17 # meteor
30 18 # node npm
  19 + # docker
31 20 )
32 21  
33 22 # Main .zshrc