add colored diff command

This commit is contained in:
Morgan Wattiez 2019-03-01 22:20:11 +01:00
parent 49bd2d92ae
commit c0d082ced9
2 changed files with 2 additions and 0 deletions

View File

@ -31,3 +31,4 @@ brew "tig"
brew "realpath"
brew "mackup"
brew "lynx"
brew "colordiff"

View File

@ -23,6 +23,7 @@ alias hack='hacker'
alias done='task_done'
alias h='cd $HOME'
alias sshpub='cat ~/.ssh/id_rsa.pub'
alias diff='colordiff'
# Show/hide hidden files in Finder
alias show="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"