diff --git a/system/aliases.zsh b/system/aliases.zsh index f5d41f8..ad06054 100644 --- a/system/aliases.zsh +++ b/system/aliases.zsh @@ -19,3 +19,6 @@ alias flushdns="dscacheutil -flushcache" # Simple HTTP Server alias httpserver="python -m SimpleHTTPServer" + +alias showhiddenfiles="defaults write com.apple.finder AppleShowAllFiles TRUE && killall Finder " +alias dontshowhiddenfiles="defaults write com.apple.finder AppleShowAllFiles FALSE && killall Finder" \ No newline at end of file