This commit is contained in:
Morgan Wattiez 2019-05-21 13:14:51 +02:00
parent 9748b84d4f
commit 16b21640be
2 changed files with 2 additions and 0 deletions

View File

@ -35,3 +35,4 @@ brew "lynx"
brew "colordiff"
brew "sshuttle"
brew "ansible"
brew "lsd"

View File

@ -43,6 +43,7 @@ alias sl=ll
alias ssla="openssl x509 -alias -noout -in" # Usage : ssla <cert>
alias v=vi
alias tunnel='sshuttle --dns -r "$(whoami)@management.collibra.com" 0/0'
alias ls='lsd'
# Show/hide hidden files in Finder
alias show="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"