diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -14,10 +14,10 @@ The user interface consists of three commands: * `cd` is now an alias which calls the function `cdlog.chdir`. Every time you change directory, it pushes the previous directory -into a FIFO log. The log maintains nine entries. The ninth entry -is erased. The entries are stored in the variables `c1` through `c9`. -The first four entries are also copied into the variables `x`, `y`, -`z` and `w` for shorter access. +into a FIFO log which is stored in the `cdlog_fifo` array. The log maintains +nine entries. The ninth entry is erased. The entries are copied into +the variables `c1` through `c9`. The first four entries are also +copied into the variables `x`, `y`, `z` and `w` for shorter access. * `cs` (cd swap) is an alias for a command which exchanges the current directory with a selected `cslog` entry selected |