diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2025-01-26 19:24:42 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2025-01-26 19:24:42 -0800 |
commit | 0ec3d726734713a0ea7accd23657fb9cd1e20e0f (patch) | |
tree | f4dd6b3d5904cda10f8c28f01bdcde8e2f534338 | |
parent | de071dc3ac00a2504ce238efd86fff34a0338051 (diff) | |
download | cdlog-0ec3d726734713a0ea7accd23657fb9cd1e20e0f.tar.gz cdlog-0ec3d726734713a0ea7accd23657fb9cd1e20e0f.tar.bz2 cdlog-0ec3d726734713a0ea7accd23657fb9cd1e20e0f.zip |
README: no longer just three commands.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ and `dirs`, plus `~-` expansion). Install the file `cdlog.sh` somewhere, and source it from your `.bashrc` script. -The user interface consists of three commands: +When `cdlog` is loaded, a number of commands become available: * `cd` is an alias which calls the function `cdlog.chdir`. Every time you change directory, it pushes the previous directory |