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 --- ChangeLog | 5 +++++ Doc/Zsh/mod_zutil.yo | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 545f7a5b2..66ea195d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-04-27 Benjamin Esham + + * github #56: Doc/Zsh/mod_zutil.yo: typo: Add a single quote + that had been missing + 2020-04-21 Daniel Shahaf * unposted: README: Give the 'zsystem flock' limit in 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 v1.2.3