We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bebe0bb commit 77b39d8Copy full SHA for 77b39d8
.zshrc
@@ -87,19 +87,22 @@ bindkey "\033[4~" end-of-line
87
# Example format: plugins=(rails git textmate ruby lighthouse)
88
# Add wisely, as too many plugins slow down shell startup.
89
plugins=( \
90
+git \
91
aliases \
-colored-man \
92
colorize \
93
common-aliases \
94
cp \
95
dircycle \
96
-acroread \
97
history \
98
screen \
99
tmuxinator \
100
yum \
101
z \
102
virtualenv \
+timer \
103
+vim-interaction \
104
+vi-mode \
105
+zsh-interactive-cd \
106
)
107
108
autoload -U zmv
0 commit comments