zshrc cleanup
This commit is contained in:
parent
607f004e0c
commit
c10f6c2843
@ -19,7 +19,7 @@ export ZSH_CUSTOM=$HOME/.zsh/custom
|
|||||||
|
|
||||||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
plugins=(extract command-not-found tmux tmuxinator timetrap git github git-flow ruby gem rbenv rails bundler heroku ssh-agent npm nvm golang drush composer symfony2 vagrant knife docker docker-compose mix mix-fast)
|
plugins=(extract command-not-found tmux tmuxinator git github git-flow ruby gem rvm rails bundler heroku ssh-agent npm nvm yarn pyenv golang drush composer vagrant knife docker docker-compose mix mix-fast)
|
||||||
|
|
||||||
# Python/ virtualenv
|
# Python/ virtualenv
|
||||||
if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then
|
if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then
|
||||||
@ -51,6 +51,7 @@ fi
|
|||||||
if [ -d /usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk ]; then
|
if [ -d /usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk ]; then
|
||||||
source '/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.zsh.inc'
|
source '/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.zsh.inc'
|
||||||
source '/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.zsh.inc'
|
source '/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.zsh.inc'
|
||||||
|
source <(kubectl completion zsh)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $TERM = "screen" ]; then
|
if [ $TERM = "screen" ]; then
|
||||||
@ -58,3 +59,5 @@ if [ $TERM = "screen" ]; then
|
|||||||
fi
|
fi
|
||||||
export EDITOR="vim"
|
export EDITOR="vim"
|
||||||
export LSCOLORS="ExGxFxdxCxDxDxhbadExEx"
|
export LSCOLORS="ExGxFxdxCxDxDxhbadExEx"
|
||||||
|
|
||||||
|
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
|
||||||
|
Loading…
x
Reference in New Issue
Block a user