pivotal / workstation-setup

Scripts to automatically set up a machine for development the "Tanzu Labs" way
https://github.com/pivotal/workstation-setup
MIT License
328 stars 247 forks source link

bash_it and gst #207

Closed professor closed 5 years ago

professor commented 6 years ago

Looks like bash_it may have changed the way to create aliases.

Old way
echo "alias gst='git status'" > ~/.bash_it/aliases/enabled/general.aliases.bash

New way
echo "alias gst='git status'" > ~/.bash_it/aliases/custom.aliases.bash