diff options
Diffstat (limited to 'g.sh')
| -rw-r--r-- | g.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ g() { gfile=$HOME/.gfile declare -A gshortcuts - # Make sure the the gfile actually exists. + # Make sure that the gfile actually exists. if [ ! -z "$GFILE" ]; then gfile="$GFILE" fi |
