diff options
Diffstat (limited to 'bashrc')
| -rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ GO_SHORTCUTS=( ) -function go { +function g { local target=$1 local len=${#GO_SHORTCUTS[@]} for (( i=0; i<$len; i+=2 )); |
