Skip to content

Instantly share code, notes, and snippets.

@dmstern
Created April 9, 2018 09:09
Show Gist options
  • Save dmstern/6b6a04313447587cc14ffe2efb09f87b to your computer and use it in GitHub Desktop.
Save dmstern/6b6a04313447587cc14ffe2efb09f87b to your computer and use it in GitHub Desktop.
# generated by Git for Windows
test -f ~/.profile && . ~/.profile
test -f ~/.bashrc && . ~/.bashrc
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