mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Changed default plugins for mac and linux templates
This commit is contained in:
parent
037154b250
commit
2703f6c241
2 changed files with 4 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ DISABLE_VENV_CD="true"
|
|||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
plugins=(git python pythonbrew repo cp buildbot rsync git-remote-branch command-not-found debian dircycle encode64 lol extract launch_trial common-aliases)
|
||||
plugins=(git python repo cp buildbot rsync git-remote-branch command-not-found debian dircycle encode64 lol extract common-aliases)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
# source `which virtualenvwrapper.sh`
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ DISABLE_VENV_CD="true"
|
|||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
plugins=(git tmux python pythonbrew vim-override virtualenvwrapper)
|
||||
plugins=(git python vim-override)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
# source `which virtualenvwrapper.sh`
|
||||
|
|
@ -43,3 +43,5 @@ if [ -z "$LANG" ]; then export LANG=en_US.UTF-8; fi
|
|||
|
||||
if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi
|
||||
unsetopt correctall
|
||||
|
||||
if [ -e ~/.profile ]; then source ~/.profile; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue