new aliases for git + vim config
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user