1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-20 06:56:05 +02:00

github #56: typo: Add a single quote that had been missing

This commit is contained in:
Benjamin Esham 2020-04-26 19:36:34 -07:00 committed by Daniel Shahaf
parent af619f41bc
commit ff50d96b19
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2020-04-27 Benjamin Esham <benjamin@esham.io>
* github #56: Doc/Zsh/mod_zutil.yo: typo: Add a single quote
that had been missing
2020-04-21 Daniel Shahaf <d.s@daniel.shahaf.name>
* unposted: README: Give the 'zsystem flock' limit in

View File

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