mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Enhancement: Show/Hide OSX hidden files 💯
This commit is contained in:
parent
f5537241a4
commit
af73b03df6
2 changed files with 16 additions and 10 deletions
|
|
@ -260,3 +260,7 @@ EOF
|
|||
esac
|
||||
osascript -e "tell application \"iTunes\" to $opt"
|
||||
}
|
||||
|
||||
# Show/hide hidden files in the Finder
|
||||
alias showfiles="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"
|
||||
alias hidefiles="defaults write com.apple.finder AppleShowAllFiles -bool false && killall Finder"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue