``` alias showhiddenfile="defaults write com.apple.finder AppleShowAllFiles -bool true" alias notshowhiddenfile="defaults write com.apple.finder AppleShowAllFiles -bool false" ```