Skip to content

Commit 77b39d8

Browse files
authored
Update .zshrc with more plugins
Update .zshrc with more plugins
1 parent bebe0bb commit 77b39d8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.zshrc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,19 +87,22 @@ bindkey "\033[4~" end-of-line
8787
# Example format: plugins=(rails git textmate ruby lighthouse)
8888
# Add wisely, as too many plugins slow down shell startup.
8989
plugins=( \
90+
git \
9091
aliases \
91-
colored-man \
9292
colorize \
9393
common-aliases \
9494
cp \
9595
dircycle \
96-
acroread \
9796
history \
9897
screen \
9998
tmuxinator \
10099
yum \
101100
z \
102101
virtualenv \
102+
timer \
103+
vim-interaction \
104+
vi-mode \
105+
zsh-interactive-cd \
103106
)
104107

105108
autoload -U zmv

0 commit comments

Comments
 (0)