aboutsummaryrefslogtreecommitdiff
path: root/g.sh
diff options
context:
space:
mode:
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 3b9846d..b3cc3cc 100644
--- a/g.sh
+++ b/g.sh
@@ -53,7 +53,7 @@ __g_get_shortcuts() {
# Save the computed shortcuts into the __g_file.
__g_save_shortcuts() {
# Erase the contents of the __g_file.
- >$__g_file
+ :>$__g_file
# Finally write the hash into the __g_file.
for i in "${!__g_shortcuts[@]}"; do