mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-01 04:39:26 +00:00
[utility] Add safe-ops zstyle option to disable safe rm/cp/ln/mv
Currently rm/cp/ln/mv are aliased to rm/cp/ln/mv -i so that it will prompt before removing files. Some people would not like this functionality and wish for an easy way to disable it. This adds a new option: zstyle ':prezto:module:utility' safe-ops yes/no It is enabled by default even if zstyle is not set, but can be set to no to disable these aliases. This should resolve issue #205
This commit is contained in:
committed by
Kaleb Elwert
parent
6e1f4ddd19
commit
2a75fba6a8
@ -171,6 +171,11 @@ zstyle ':prezto:module:prompt' theme 'sorin'
|
||||
# Set the terminal multiplexer title format.
|
||||
# zstyle ':prezto:module:terminal:multiplexer-title' format '%s'
|
||||
|
||||
# safe-ops is enabled by default. This aliases rm, mv, cp, and ln so that they
|
||||
# prompt before deleting or copying over files. Set to no to disable this safer
|
||||
# behavior.
|
||||
# zstyle ':prezto:module:utility' safe-ops yes
|
||||
|
||||
#
|
||||
# Tmux
|
||||
#
|
||||
|
Reference in New Issue
Block a user