1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-08-20 06:30:21 +00:00

general: Documentation update for zstyle based alias skipping support

Add documentation to surface the `zstyle` based alias skipping.
This commit is contained in:
Indrajit Raychaudhuri
2023-05-04 22:21:48 -05:00
parent 5ca892d6af
commit 8ee9d1bbfe
13 changed files with 91 additions and 0 deletions

View File

@@ -17,6 +17,13 @@ Sets directory options and defines directory aliases.
## Aliases
Aliases are enabled by default. To disable them, add the following to
_`${ZDOTDIR:-$HOME}/.zpreztorc`_.
```sh
zstyle ':prezto:module:directory:alias' skip 'yes'
```
- `d` prints the contents of the directory stack.
- `1 ... 9` changes the directory to the **n** previous one.