I'm trying set up a simple bash alias:
alias b="bundle"
when I look at the alias in bash I get:
alias b='"bundle"'
which makes a mess of following aliases.
I think this is due to it pointing to the rbenv shim bundle
in $PATH but I could be wrong.
Any pointers for this?