Skip to content

Commit

Permalink
added find_visible alias for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
web-bert committed Aug 6, 2014
1 parent 50915f6 commit 73d68f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bash_aliases_osx
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
alias restart_apache='echo "" && sudo apachectl -k restart && echo ""'
alias tree="find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'"
alias tree_visible="find . -print | grep -v '/\.' | sed -e 's;[^/]*/;|____;g;s;____|; |;g'"

0 comments on commit 73d68f5

Please sign in to comment.