Skip to content

Instantly share code, notes, and snippets.

@thomashartm
Last active August 29, 2015 14:03
Show Gist options
  • Save thomashartm/e889c4e8314cb9bad93c to your computer and use it in GitHub Desktop.
Save thomashartm/e889c4e8314cb9bad93c to your computer and use it in GitHub Desktop.
Bash profile aliases for mac osx
alias cd..="cd .."
alias ls="ls -l"
alias dir="ls -l"
alias tree="find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment