# HG changeset patch # User Steve Losh # Date 1247725033 14400 # Node ID 343e70cc44f916658b9e0cc575917893960288d7 # Parent 423385c9d96791f83f204182a28ca7948414d9e5 Remove the outgoing and incoming keywords from my prompt. diff -r 423385c9d967 -r 343e70cc44f9 .bashrc --- a/.bashrc Wed Jul 15 18:44:03 2009 -0400 +++ b/.bashrc Thu Jul 16 02:17:13 2009 -0400 @@ -35,7 +35,7 @@ ORANGE=$'\e[33;40m' hg_ps1() { - hg prompt "{${D} on ${GREEN}{[+{incoming|count}]-->}${PINK}{branch}}${GREEN}{-->[+{outgoing|count}]}{${D} at ${ORANGE}{bookmark}}{${GREEN}{status}}" 2> /dev/null + hg prompt "{${D} on ${PINK}{branch}}{${D} at ${ORANGE}{bookmark}}{${GREEN}{status}}" 2> /dev/null } export PS1='\n${PINK}\u ${D}at ${ORANGE}\h ${D}in ${GREEN}\w$(hg_ps1)\