Skip to content

Instantly share code, notes, and snippets.

@ccorcos
Created May 31, 2014 23:20
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 ccorcos/f59dbd60095dfa1091fa to your computer and use it in GitHub Desktop.
Save ccorcos/f59dbd60095dfa1091fa to your computer and use it in GitHub Desktop.
My custom terminal settings
export PS1='\[\033[31m\]$ \[\033[32m\]'
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