Created
April 9, 2018 09:09
-
-
Save dmstern/6b6a04313447587cc14ffe2efb09f87b to your computer and use it in GitHub Desktop.
This file contains 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
# generated by Git for Windows | |
test -f ~/.profile && . ~/.profile | |
test -f ~/.bashrc && . ~/.bashrc |
This file contains 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 sails='sails lift --verbose' | |
alias ll='ls -la --show-control-chars -F --color $*' | |
alias l=ll | |
alias amend='git add . && git commit --amend' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment