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