bash alias not able to create
Posted
by dorelal
on Stack Overflow
See other posts from Stack Overflow
or by dorelal
Published on 2010-04-29T22:00:46Z
Indexed on
2010/04/29
22:07 UTC
Read the original article
Hit count: 583
I tried to create an alias in bash but am not able to do.
alias bundle-vendor= 'bundle install vendor --disable-shared-gems'
© Stack Overflow or respective owner