Skip to content

Instantly share code, notes, and snippets.

@cbare
Created February 21, 2017 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbare/4293fa2b5f8a3baae06c0a3e07486623 to your computer and use it in GitHub Desktop.
Save cbare/4293fa2b5f8a3baae06c0a3e07486623 to your computer and use it in GitHub Desktop.
PATH=/Users/CBare/bin:$PATH
export CLICOLOR=1
export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
alias ls='ls -alph'
alias path='echo -e ${PATH//:/\\n}'
alias libpath='echo -e ${LD_LIBRARY_PATH//:/\\n}'
alias du='du -kh'
alias df='df -kh'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment