aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cdlog.sh11
1 files changed, 6 insertions, 5 deletions
diff --git a/cdlog.sh b/cdlog.sh
index 0f0471c..cf60345 100644
--- a/cdlog.sh
+++ b/cdlog.sh
@@ -104,14 +104,15 @@ cdlog.pop()
fi
}
-# Print four recen cdlog entries.
+# Print four recent cdlog entries.
cdlog()
{
# c5 through c9 are "hidden"
- printf "c1/x: %s\n" "$c1"
- printf "c2/y: %s\n" "$c2"
- printf "c3/z: %s\n" "$c3"
- printf "c4/w: %s\n" "$c4"
+ printf "1: %s\n" "$c1"
+ printf "2: %s\n" "$c2"
+ printf "3: %s\n" "$c3"
+ printf "4: %s\n" "$c4"
+}
}
# Aliases.