add colored diff command
This commit is contained in:
parent
49bd2d92ae
commit
c0d082ced9
1
Brewfile
1
Brewfile
@ -31,3 +31,4 @@ brew "tig"
|
||||
brew "realpath"
|
||||
brew "mackup"
|
||||
brew "lynx"
|
||||
brew "colordiff"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user