Created
March 6, 2014 22:27
-
-
Save paulvstheworld/9401128 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # custom prompt | |
| # export PS1="\[\033[1;35m\]\u\[\033[0m\]:\[\033[1;35m\]\W\[\033[0m\]$ " | |
| # color ls | |
| export CLICOLOR=1 | |
| export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx | |
| # color grep | |
| export GREP_OPTIONS='--color=auto' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment