aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
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 ));