Skip to content

Instantly share code, notes, and snippets.

@thecneu
Created March 9, 2015 20:20
Show Gist options
  • Select an option

  • Save thecneu/355f54c06c3d8bd1c8db to your computer and use it in GitHub Desktop.

Select an option

Save thecneu/355f54c06c3d8bd1c8db to your computer and use it in GitHub Desktop.
D=$'\e[37;40m'
PINK=$'\e[35;40m'
GREEN=$'\e[32;40m'
ORANGE=$'\e[33;40m'
hg_ps1() {
hg prompt "{${D} on ${PINK}{branch}}{${D} at ${ORANGE}{bookmark}}{${GREEN}{status}}" 2> /dev/null
}
export CLICOLOR=1
export PS1='\n${PINK}\u ${D}at ${ORANGE}\h ${D}in ${GREEN}\w$(hg_ps1)\
${D}\n$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment