Created
April 30, 2010 19:01
-
-
Save leandrosilva/385618 to your computer and use it in GitHub Desktop.
My terminal settings
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
| # | |
| # TERMINAL SETTINGS ########################################################### | |
| # | |
| # Define how Bash prompt looks like | |
| export PS1='\n\[\e[0;32m\]\u@\h \[\e[0;33m\]\w \[\e[0;35m\]$(__git_ps1 "(%s)")\n\[\e[0;32m\]\$ \[\e[0;37m\]' | |
| # Cli Colors | |
| export CLICOLOR=1 | |
| # Use yellow for dir’s | |
| export LSCOLORS=dxfxcxdxbxegedabagacad | |
| # Encode | |
| export LC_CTYPE=en_US.UTF-8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment