Skip to content

Instantly share code, notes, and snippets.

@leandrosilva
Created April 30, 2010 19:01
Show Gist options
  • Select an option

  • Save leandrosilva/385618 to your computer and use it in GitHub Desktop.

Select an option

Save leandrosilva/385618 to your computer and use it in GitHub Desktop.
My terminal settings
#
# 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