new aliases for git + vim config

This commit is contained in:
Morgan Wattiez
2019-03-01 22:17:53 +01:00
parent 4640feef42
commit 49bd2d92ae
3 changed files with 22 additions and 0 deletions

View File

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