I become lazier than ever

This commit is contained in:
Morgan Wattiez 2019-07-18 10:01:11 +02:00
parent e1d1816e13
commit d457543097

View File

@ -47,6 +47,7 @@ alias tunnel='sshuttle --dns -r "$(whoami)@management.collibra.com" 0/0'
alias ls='lsd'
alias pip='pip3'
alias c='cat'
alias m='mgmt'
# Show/hide hidden files in Finder
alias show="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"