Lots of updates

This commit is contained in:
Jonathan Hodgson 2017-11-15 09:12:35 +00:00
parent 1af5c586d4
commit bea0d1a64d
8 changed files with 4 additions and 1 deletions

View file

@ -46,6 +46,8 @@ alias ch='git checkout'
alias push='git push '
alias pull='git pull '
alias bb='git open'
alias merge='git merge'
alias mg='git merge'
# Always make grep ouput color
alias grep="grep --color=auto"