diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2012-10-21 17:20:42 +0200 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2012-10-21 17:20:42 +0200 |
| commit | f15c92d52c4514b1dabef69a421a1db0e59d47f9 (patch) | |
| tree | 20671bf4c73584a23c9d1460ac4ecf99491ffc3c | |
| parent | f53ea7995799beb6bdc7df19a0dd74bccdc2e14e (diff) | |
| download | dotfiles-f15c92d52c4514b1dabef69a421a1db0e59d47f9.tar.gz dotfiles-f15c92d52c4514b1dabef69a421a1db0e59d47f9.zip | |
Renamed the go function to "g" so the name does not clash with the Go compiler
| -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 )); |
