From 0e42b84c0d493327315b70a5dbce85b2d54b2357 Mon Sep 17 00:00:00 2001
From: PHO <pho@cielonegro.org>
Date: Thu, 24 Sep 2015 10:28:02 +0900
Subject: [PATCH] Auto commit by The Sugar System.

---
 dot-files/_hgrc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dot-files/_hgrc b/dot-files/_hgrc
index f5a275f..d622fe6 100644
--- a/dot-files/_hgrc
+++ b/dot-files/_hgrc
@@ -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:.'
-- 
2.40.0