Skip to content

Instantly share code, notes, and snippets.

@aurelian
Created January 1, 2009 19:53
Show Gist options
  • Select an option

  • Save aurelian/42338 to your computer and use it in GitHub Desktop.

Select an option

Save aurelian/42338 to your computer and use it in GitHub Desktop.
export PS1='$(__git_ps1 "\e[1;32;40m%s:\e[0m")\w> '
export GREP_OPTIONS="--colour=auto"
export HISTIGNORE='&:ls:exit'
export HISTSIZE=100000
export HISTFILESIZE=409600
source ~/.git-completion.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment