Created
September 15, 2017 17:07
-
-
Save patorash/ca18e28b22f12a55e2539477abcda26d to your computer and use it in GitHub Desktop.
alias.fish
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias bi 'bundle install' | |
alias be 'bundle exec' | |
alias bu 'bundle update' | |
alias ll 'ls -lh' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment