From ff50d96b19373baaceeb49ccce5d9db218f2c4db Mon Sep 17 00:00:00 2001 From: Benjamin Esham Date: Sun, 26 Apr 2020 19:36:34 -0700 Subject: github #56: typo: Add a single quote that had been missing --- Doc/Zsh/mod_zutil.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc') diff --git a/Doc/Zsh/mod_zutil.yo b/Doc/Zsh/mod_zutil.yo index 24aebdfaf..812a1fd38 100644 --- a/Doc/Zsh/mod_zutil.yo +++ b/Doc/Zsh/mod_zutil.yo @@ -37,7 +37,7 @@ For example, to define your preferred form of precipitation depending on which city you're in, you might set the following in your tt(zshrc): example(zstyle ':weather:europe:*' preferred-precipitation rain -zstyle ':weather:europe:germany:* preferred-precipitation none +zstyle ':weather:europe:germany:*' preferred-precipitation none zstyle ':weather:europe:germany:*:munich' preferred-precipitation snow) Then, the fictional `tt(weather)' plugin might run under the hood a command -- cgit 1.4.1