Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
7cb5a5d4
Commit
7cb5a5d4
authored
Jan 18, 2012
by
Robby Russell
Browse files
Merge pull request #830 from dbye/speedup
Removed calls to compinit in the extract and the bundler plugins.
parents
6822296d
b73f95ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
plugins/bundler/bundler.plugin.zsh
View file @
7cb5a5d4
fpath
=(
$ZSH
/plugins/bundler
$fpath
)
autoload
-U
compinit
compinit
-i
alias
be
=
"bundle exec"
alias
bi
=
"bundle install"
alias
bl
=
"bundle list"
...
...
plugins/extract/extract.plugin.zsh
View file @
7cb5a5d4
...
...
@@ -78,8 +78,3 @@ function extract() {
alias
x
=
extract
# add extract completion function to path
fpath
=(
$ZSH
/plugins/extract
$fpath
)
autoload
-U
compinit
compinit
-i
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment