Skip to content

Instantly share code, notes, and snippets.

@Beej126
Created July 8, 2017 06:19
Show Gist options
  • Save Beej126/78180484383e400660a28176b8a2de9d to your computer and use it in GitHub Desktop.
Save Beej126/78180484383e400660a28176b8a2de9d to your computer and use it in GitHub Desktop.
Mac favorite .bash_profile, aliases etc.
e(){
open $1 -a TextWrangler
}
alias ls=ls\ -alGFh
export CLICOLOR=1
export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment