Removing all those oh-my-zsh plugins because they don't do anything and were making my terminal really slow to start
This commit is contained in:
6
zshrc
6
zshrc
@@ -25,7 +25,8 @@ COMPLETION_WAITING_DOTS="true"
|
|||||||
|
|
||||||
# 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=(git archlinux heroku npm node osx brew ruby rbenv gem bundler rake rails3 gem lein vundle)
|
#plugins=(git archlinux heroku npm node osx brew ruby rbenv gem bundler rake rails3 gem lein vundle) # way too slow
|
||||||
|
plugins=()
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
@@ -47,7 +48,8 @@ alias visidev="ssh root@visidev.iocom.com 'cd /; p4 sync'"
|
|||||||
alias dswan="ssh root@dswan.insors.net"
|
alias dswan="ssh root@dswan.insors.net"
|
||||||
|
|
||||||
export PATH=/usr/local/bin:/usr/local/sbin:$PATH # Homebrew
|
export PATH=/usr/local/bin:/usr/local/sbin:$PATH # Homebrew
|
||||||
export PATH=$HOME/.rbenv/bin:$PATH # rbenv
|
|
||||||
export PATH=/Applications/Postgres.app/Contents/MacOS/bin:$PATH # Postgres
|
export PATH=/Applications/Postgres.app/Contents/MacOS/bin:$PATH # Postgres
|
||||||
export PATH=$HOME/Library/Haskell/bin:$PATH # Haskell
|
export PATH=$HOME/Library/Haskell/bin:$PATH # Haskell
|
||||||
export PATH=$HOME/dotfiles/bin:$PATH # Dotfiles bin
|
export PATH=$HOME/dotfiles/bin:$PATH # Dotfiles bin
|
||||||
|
export PATH=$HOME/.rbenv/bin:$PATH # rbenv
|
||||||
|
eval "$(rbenv init -)"
|
||||||
|
|||||||
Reference in New Issue
Block a user