alias for weather + show all files

This commit is contained in:
Morgan Wattiez
2019-08-06 14:47:25 +02:00
parent 106fd4ee88
commit e02a11e074
2 changed files with 2 additions and 1 deletions

View File

@ -66,6 +66,7 @@ alias pip='pip3'
alias c='cat'
alias x='extract'
alias current_year='`echo date +"%Y"`'
alias meteo='weather'
# Show/hide hidden files in Finder
alias show="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"