diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2013-12-19 21:38:18 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2013-12-19 21:38:18 +0100 |
| commit | 3c070c44d7eff2dd8cb9b2928f0159101a804c21 (patch) | |
| tree | 7c1814c991f7574e4103744260628f02ad1a615c | |
| parent | f4b44c0d627d124c1fe2c89d21358eda9c80698b (diff) | |
| download | g-3c070c44d7eff2dd8cb9b2928f0159101a804c21.tar.gz g-3c070c44d7eff2dd8cb9b2928f0159101a804c21.zip | |
Tabulate the shortcuts when listing them
| -rw-r--r-- | g.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ g() { echo $str else for i in "${!gshortcuts[@]}"; do - echo "$i => ${gshortcuts[$i]}" + echo -e "$i\t=> ${gshortcuts[$i]}" done fi ;; |
