diff --git a/dot_zsh_aliases b/dot_zsh_aliases index fc3f148..0b94b5f 100644 --- a/dot_zsh_aliases +++ b/dot_zsh_aliases @@ -45,8 +45,9 @@ alias ssla="openssl x509 -alias -noout -in" # Usage : ssla alias v=vi alias tunnel='sshuttle --dns -r "$(whoami)@management.collibra.com" 0/0' alias ls='lsd' -alias pip3='/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/bin/pip' alias pip='pip3' +alias c='cat' + # Show/hide hidden files in Finder alias show="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder" alias hide="defaults write com.apple.finder AppleShowAllFiles -bool false && killall Finder"