Yet more oh my zsh plugins
This commit is contained in:
parent
2ade61352b
commit
777f86082b
24
zshrc
24
zshrc
@ -28,13 +28,31 @@ COMPLETION_WAITING_DOTS="true"
|
|||||||
# DISABLE_UNTRACKED_FILES_DIRTY="true"
|
# DISABLE_UNTRACKED_FILES_DIRTY="true"
|
||||||
|
|
||||||
plugins=(
|
plugins=(
|
||||||
git
|
|
||||||
ruby
|
|
||||||
vi-mode
|
|
||||||
autoenv
|
autoenv
|
||||||
|
aws
|
||||||
bundler
|
bundler
|
||||||
|
cabal
|
||||||
|
command-not-found
|
||||||
|
cp
|
||||||
|
docker
|
||||||
|
gem
|
||||||
|
git
|
||||||
|
git-hubflow
|
||||||
golang
|
golang
|
||||||
|
heroku
|
||||||
|
osx
|
||||||
|
pip
|
||||||
|
postgres
|
||||||
|
python
|
||||||
|
rails
|
||||||
|
rake-fast
|
||||||
rbenv
|
rbenv
|
||||||
|
redis-cli
|
||||||
|
rsync
|
||||||
|
ruby
|
||||||
|
tmux
|
||||||
|
vagrant
|
||||||
|
vi-mode
|
||||||
)
|
)
|
||||||
|
|
||||||
fpath=(/usr/local/share/zsh/site-functions $fpath)
|
fpath=(/usr/local/share/zsh/site-functions $fpath)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user