]> gitweb @ CieloNegro.org - sugar.git/commitdiff
Auto commit by The Sugar System.
authorPHO <pho@cielonegro.org>
Thu, 24 Sep 2015 01:28:02 +0000 (10:28 +0900)
committerPHO <pho@cielonegro.org>
Thu, 24 Sep 2015 01:28:02 +0000 (10:28 +0900)
dot-files/_hgrc

index f5a275f9c192151ff26eca342c92890343885851..d622fe69e7f63cb8fbe8686a6541ae278271d490 100644 (file)
@@ -22,8 +22,8 @@ username = PHO <pho@cielonegro.org>
 git = True
 
 [alias]
-egrep = !cd `$HG root`; nohup egrep --color=always -n -e $1 `$HG manifest` | less -R --quit-if-one-screen
-fgrep = !cd `$HG root`; nohup fgrep --color=always -n -e $1 `$HG manifest` | less -R --quit-if-one-screen
+egrep = !cd `$HG root`; nohup egrep --color=always -n -e '$1' `$HG manifest` | less -R --quit-if-one-screen
+fgrep = !cd `$HG root`; nohup fgrep --color=always -n -e '$1' `$HG manifest` | less -R --quit-if-one-screen
 stash = shelve
 qpst  = status --rev qparent:.
 qst   = status --rev '.^1:.'