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 85498e0..09ff810 100644
--- a/g.sh
+++ b/g.sh
@@ -116,7 +116,7 @@ g() {
return 1
fi
__g_get_shortcuts
- __g_shortcuts[$2]=$path
+ __g_shortcuts[$2]=$(realpath $path)
__g_save_shortcuts
;;
rm)