Skip to content

Instantly share code, notes, and snippets.

@cedeber
Last active January 26, 2016 20:09
Show Gist options
  • Save cedeber/cf13cce0394b0a3dcba7 to your computer and use it in GitHub Desktop.
Save cedeber/cf13cce0394b0a3dcba7 to your computer and use it in GitHub Desktop.
OSX Bash Profile
export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ "
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
alias ls='ls -GF'
alias ll='ls -l'
alias la='ls -la'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment