mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-01 05:49:26 +00:00
Update documentation on safeops
This commit is contained in:
@ -171,11 +171,6 @@ 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
|
||||
#
|
||||
@ -191,3 +186,12 @@ zstyle ':prezto:module:prompt' theme 'sorin'
|
||||
|
||||
# Set the default session name:
|
||||
# zstyle ':prezto:module:tmux:session' name 'YOUR DEFAULT SESSION NAME'
|
||||
|
||||
#
|
||||
# Utility
|
||||
#
|
||||
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user