aboutsummaryrefslogtreecommitdiff
path: root/g.sh
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2013-12-19 21:38:18 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2013-12-19 21:38:18 +0100
commit3c070c44d7eff2dd8cb9b2928f0159101a804c21 (patch)
tree7c1814c991f7574e4103744260628f02ad1a615c /g.sh
parentf4b44c0d627d124c1fe2c89d21358eda9c80698b (diff)
downloadg-3c070c44d7eff2dd8cb9b2928f0159101a804c21.tar.gz
g-3c070c44d7eff2dd8cb9b2928f0159101a804c21.zip
Tabulate the shortcuts when listing them
Diffstat (limited to 'g.sh')
-rw-r--r--g.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/g.sh b/g.sh
index 465b7ae..a2df719 100644
--- a/g.sh
+++ b/g.sh
@@ -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
;;