mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Renamed binit to bI and fixed bundle .gitignore.
This commit is contained in:
parent
63b666ba86
commit
58874461bb
1 changed files with 6 additions and 1 deletions
|
|
@ -32,4 +32,9 @@ alias bl='b list'
|
||||||
alias bo='b open'
|
alias bo='b open'
|
||||||
alias bp='b package'
|
alias bp='b package'
|
||||||
alias bu='b update'
|
alias bu='b update'
|
||||||
alias binit="bi && b package && print '\nvendor/ruby' >>! .gitignore"
|
alias bI='bi \
|
||||||
|
&& b package \
|
||||||
|
&& print .bundle >>! .gitignore \
|
||||||
|
&& print vendor/bundle >>! .gitignore \
|
||||||
|
&& print vendor/cache >>! .gitignore'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue