From f15c92d52c4514b1dabef69a421a1db0e59d47f9 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Sun, 21 Oct 2012 17:20:42 +0200 Subject: Renamed the go function to "g" so the name does not clash with the Go compiler --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index b7298b7..b8d7f92 100644 --- a/bashrc +++ b/bashrc @@ -62,7 +62,7 @@ GO_SHORTCUTS=( ) -function go { +function g { local target=$1 local len=${#GO_SHORTCUTS[@]} for (( i=0; i<$len; i+=2 )); -- cgit v1.2.3