mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Merge 8d4d783916 into 7a41498b0d
This commit is contained in:
commit
157ee04b6d
3 changed files with 168 additions and 4 deletions
|
|
@ -1,6 +1,4 @@
|
|||
fpath=($ZSH/plugins/bundler $fpath)
|
||||
autoload -U compinit
|
||||
compinit -i
|
||||
|
||||
alias be="bundle exec"
|
||||
alias bi="bundle install"
|
||||
|
|
|
|||
|
|
@ -80,6 +80,4 @@ alias x=extract
|
|||
|
||||
# add extract completion function to path
|
||||
fpath=($ZSH/plugins/extract $fpath)
|
||||
autoload -U compinit
|
||||
compinit -i
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue