From b86df65140908970a17ea6f07fa588882e70a79f Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 13 May 2013 00:23:38 +0900 Subject: [PATCH] s => rs --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 43b1fb3..b9930a3 100755 --- a/bashrc +++ b/bashrc @@ -292,7 +292,7 @@ clk(){ done } -s(){ +rs(){ if test $# -eq 0 then echo "No search word given." 1>&2