mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-01 22:09:25 +00:00
[utility] Update documentation for 'safe-ops'
Update formatting and wordings to be more consistent with rest of prezto documentation.
This commit is contained in:
committed by
Indrajit Raychaudhuri
parent
f236344fc8
commit
cb4be65d29
@ -109,9 +109,11 @@ Aliases
|
||||
|
||||
### Safe ops
|
||||
|
||||
By default, `cp`,`ln`, `mv`, and `rm` are aliased to their interactive variants.
|
||||
If this is not desired, you can disable it by adding
|
||||
`zstyle ':prezto:module:utility' safe-ops no` to your zpreztorc.
|
||||
By default, `cp`,`ln`, `mv` and `rm` are aliased to their interactive variants.
|
||||
If this is not desired, it can be disabled by adding the following line to
|
||||
*zpreztorc*:
|
||||
|
||||
zstyle ':prezto:module:utility' safe-ops 'no'.
|
||||
|
||||
In addition, the following aliases have been added:
|
||||
|
||||
|
Reference in New Issue
Block a user