From cafc5b8dcfe6cc818dd909b1b2ba2786625985bd Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 5 Apr 2015 03:03:17 +0900 Subject: [PATCH] Remove unnecessary local variable declaration --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index a0dfb51..e8d7260 100644 --- a/Examples.md +++ b/Examples.md @@ -273,7 +273,7 @@ alias jj=zz ```sh # c - browse chrome history c() { - local cols sep hist + local cols sep cols=$(( COLUMNS / 3 )) sep='{{::}}'