mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-23 04:28:00 +00:00
Renamed binit to bI and fixed bundle .gitignore.
This commit is contained in:
parent
63b666ba86
commit
58874461bb
@ -32,4 +32,9 @@ alias bl='b list'
|
||||
alias bo='b open'
|
||||
alias bp='b package'
|
||||
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…
Reference in New Issue
Block a user