mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-02 12:09:26 +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:
@ -53,6 +53,13 @@ Read [iTerm2 and tmux Integration][7] for more information.
|
||||
|
||||
## Aliases
|
||||
|
||||
Aliases are enabled by default. To disable them, add the following to
|
||||
_`${ZDOTDIR:-$HOME}/.zpreztorc`_.
|
||||
|
||||
```sh
|
||||
zstyle ':prezto:module:tmux:alias' skip 'yes'
|
||||
```
|
||||
|
||||
- `tmuxa` attaches or switches to a tmux session.
|
||||
- `tmuxl` lists sessions managed by the tmux server.
|
||||
|
||||
|
Reference in New Issue
Block a user