Skip to content

Instantly share code, notes, and snippets.

@romainpiel
Created January 23, 2014 09:40
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 romainpiel/8575706 to your computer and use it in GitHub Desktop.
Save romainpiel/8575706 to your computer and use it in GitHub Desktop.
# tell ls to be colourful
export CLICOLOR=1
export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
# tell grep to highlight matches
export GREP_OPTIONS='--color=auto'
# alias
alias ls='ls -FGal'
# set custom bash prompt
export PS1="\[\e[00;33m\]\u\[\e[0m\]\[\e[00;37m\]:\[\e[0m\]\[\e[00;36m\]\W\[\e[0m\]\[\e[00;37m\] \[\e[0m\]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment