1
0
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:
Kaleb Elwert
2017-07-11 11:58:56 -07:00
parent aad91beb3c
commit 17bc7530ba
2 changed files with 22 additions and 9 deletions

View File

@ -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