Skip to content

Instantly share code, notes, and snippets.

@kaspergrubbe
Created February 11, 2013 10:53
Show Gist options
  • Save kaspergrubbe/4753823 to your computer and use it in GitHub Desktop.
Save kaspergrubbe/4753823 to your computer and use it in GitHub Desktop.
function prompt
{
local WHITE="\[\033[1;37m\]"
local GREEN="\[\033[0;32m\]"
local CYAN="\[\033[0;36m\]"
local GRAY="\[\033[0;37m\]"
local BLUE="\[\033[0;34m\]"
export PS1="${GREEN}[git]${WHITE}=> "
}
prompt
export CLICOLOR=1
export LSCOLORS=DxGxcxdxCxegedabagacad
export LSCOLORS=Bxgxfxfxcxdxdxhbadbxbx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment