mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
feat(per-directory-history): add a PER_DIRECTORY_HISTORY_AUTO_TOGGLE config option
* `PER_DIRECTORY_HISTORY_AUTO_TOGGLE` if set to true, when you change directories, the mode will be toggled to match the mode that was used the last time you were in the directory. Signed-off-by: Hiram Chirino <hiram@hiramchirino.com>
This commit is contained in:
parent
dae5a41159
commit
66f595427f
2 changed files with 45 additions and 6 deletions
|
|
@ -35,6 +35,9 @@ toggle set the `PER_DIRECTORY_HISTORY_TOGGLE` environment variable.
|
|||
function above (default `^G`)
|
||||
* `PER_DIRECTORY_HISTORY_PRINT_MODE_CHANGE` is a variable which toggles whether
|
||||
the current mode is printed to the screen following a mode change (default `true`)
|
||||
* `PER_DIRECTORY_HISTORY_AUTO_TOGGLE` if set to true, when you change
|
||||
directories, the mode will be toggled to match the mode that was used
|
||||
the last time you were in the directory.
|
||||
|
||||
## History
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue