Fix documentation + add aliases

This commit is contained in:
Morgan Wattiez
2019-07-22 09:50:20 +02:00
parent 032d3d018e
commit 0d98bd5629
3 changed files with 4 additions and 3 deletions

@ -64,6 +64,7 @@ alias v=vi
alias ls='lsd'
alias pip='pip3'
alias c='cat'
alias x='extract'
# Show/hide hidden files in Finder
alias show="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"