diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2015-11-26 21:14:04 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2015-11-26 21:14:04 +0100 |
commit | d62e937278a04b2cc8d4dde8be9562b9f10b068c (patch) | |
tree | 9ed62f2ee69f3231b0da25c69b420f3830f0fb3f /Functions/Prompts/prompt_adam1_setup | |
parent | e439a99f592f80729d28f5b2f6f3fbb012a3fd9d (diff) | |
parent | 78abc72f64b03d675922f9a958fdf5d6aa32ab67 (diff) | |
download | zsh-d62e937278a04b2cc8d4dde8be9562b9f10b068c.tar.gz zsh-d62e937278a04b2cc8d4dde8be9562b9f10b068c.zip |
Merge tag '5.1.1-test-2' into debian
Second test version prior to 5.2 release.
Diffstat (limited to 'Functions/Prompts/prompt_adam1_setup')
-rw-r--r-- | Functions/Prompts/prompt_adam1_setup | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Functions/Prompts/prompt_adam1_setup b/Functions/Prompts/prompt_adam1_setup index aca0e59f1..27a613ca1 100644 --- a/Functions/Prompts/prompt_adam1_setup +++ b/Functions/Prompts/prompt_adam1_setup @@ -18,6 +18,7 @@ EOF } prompt_adam1_setup () { + setopt localoptions nowarncreateglobal prompt_adam1_color1=${1:-'blue'} prompt_adam1_color2=${2:-'cyan'} prompt_adam1_color3=${3:-'green'} @@ -33,7 +34,7 @@ prompt_adam1_setup () { } prompt_adam1_precmd () { - setopt noxtrace localoptions + setopt localoptions noxtrace nowarncreateglobal local base_prompt_expanded_no_color base_prompt_etc local prompt_length space_left |