alias for weather + show all files
This commit is contained in:
parent
106fd4ee88
commit
e02a11e074
@ -2,7 +2,7 @@
|
||||
# Save screenshots to the ~/Downloads folder
|
||||
defaults write http://com.apple.screencapture location ~/Downloads
|
||||
# Finder: show hidden files by default
|
||||
#defaults write com.apple.finder AppleShowAllFiles -bool true
|
||||
defaults write com.apple.finder AppleShowAllFiles YES
|
||||
# Finder: show all filename extensions
|
||||
defaults write NSGlobalDomain AppleShowAllExtensions -bool true
|
||||
# Finder: show path bar
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user