From f7d286a61a18b3dcbbeddc4b803e41fac455b34a Mon Sep 17 00:00:00 2001 From: Sami Haahtinen Date: Wed, 6 May 2015 21:20:17 +0300 Subject: [PATCH] Document the interactive toggle --- modules/utility/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/utility/README.md b/modules/utility/README.md index 5e7919ea..2a3a098b 100644 --- a/modules/utility/README.md +++ b/modules/utility/README.md @@ -28,6 +28,14 @@ To disable `make` highlighting, add the following line to *zpreztorc*: zstyle ':prezto:module:utility:make' color 'no' +### Interactive aliases + +By default `rm`, `cp`, `mv` and `ln` are aliased with the `-i` flag, which +makes the commands interactive. To disable this behavior you can set the +following in *zpreztorc*: + + zstyle ':prezto:module:utility:aliases' interactive 'no' + Aliases -------