short alias for cat
This commit is contained in:
parent
94b5877764
commit
440091481c
@ -45,8 +45,9 @@ 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'
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user