Skip to content

Commit

Permalink
Add comment about toggling hidden files in Finder
Browse files Browse the repository at this point in the history
  • Loading branch information
timsjpark committed Oct 4, 2023
1 parent af88c36 commit 84cb8d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osx/aliases.zsh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# You can also toggle this feature with (CMD + SHIFT + .) in Finder
alias showFiles="defaults write com.apple.finder AppleShowAllFiles YES && killall Finder"
alias hideFiles="defaults write com.apple.finder AppleShowAllFiles NO && killall Finder"

0 comments on commit 84cb8d2

Please sign in to comment.