Skip to content

Instantly share code, notes, and snippets.

@rafaell-lycan
Created March 17, 2014 13:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaell-lycan/9599296 to your computer and use it in GitHub Desktop.
Save rafaell-lycan/9599296 to your computer and use it in GitHub Desktop.
My Bash Profile
export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ "
#export CLICOLOR=1
export CLICOLOR="auto"
export LSCOLORS=ExFxBxDxCxegedabagacad
alias ls='ls -GFh'
export GREP_OPTIONS="--color=auto"
export GREP_COLOR="4;33"
export TERM="xterm-color"
alias ls="ls -G"
alias ls='ls --color=auto'
alias binstall='brew install'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment