Skip to content

Instantly share code, notes, and snippets.

@pedrogrande
Created November 17, 2013 22:47
Show Gist options
  • Select an option

  • Save pedrogrande/7519300 to your computer and use it in GitHub Desktop.

Select an option

Save pedrogrande/7519300 to your computer and use it in GitHub Desktop.
Add colours to Terminal shell
export PS1="\W $ "
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
alias ls='ls -GFh'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment