Skip to content

Commit

Permalink
Hidden files aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszx0 committed Jun 29, 2013
1 parent eec16cd commit 0678c70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions system/aliases.zsh
Expand Up @@ -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"

0 comments on commit 0678c70

Please sign in to comment.