diff install.sh @ 241:e869b2f99c75

Start using `hg-prompt`.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 24 Dec 2014 15:30:57 -0800
parents 2a497a1a1a3a
children 18d7db1d1863
line wrap: on
line diff
--- a/install.sh	Fri Dec 12 16:53:19 2014 -0800
+++ b/install.sh	Wed Dec 24 15:30:57 2014 -0800
@@ -26,6 +26,7 @@
 echo hggit = $CWD/lib/hg/hg-git/hggit/ >> "$HOME/.hgrc"
 echo onsub = $CWD/lib/hg/onsub/onsub.py >> "$HOME/.hgrc"
 echo allpaths = $CWD/lib/hg/allpaths/allpaths.py >> "$HOME/.hgrc"
+echo prompt = $CWD/lib/hg/hg-prompt/prompt.py >> "$HOME/.hgrc"
 
 # GIT
 # ---