<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh.git/themes/random.zsh-theme, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cnjoe.info/git/zsh.git/atom/themes/random.zsh-theme?h=master</id>
<link rel='self' href='http://cnjoe.info/git/zsh.git/atom/themes/random.zsh-theme?h=master'/>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/'/>
<updated>2021-12-28T10:04:13Z</updated>
<entry>
<title>fix(random): fix negated logic in `ZSH_THEME_RANDOM_QUIET`</title>
<updated>2021-12-28T10:04:13Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2021-12-28T10:04:13Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=634296be3c985ed475ffbc1c0ffabe7ebd698808'/>
<id>urn:sha1:634296be3c985ed475ffbc1c0ffabe7ebd698808</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(random): fix `ZSH_THEME_RANDOM_QUIET` check (#10534)</title>
<updated>2021-12-26T18:27:31Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2021-12-26T18:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=96e473a1d65cf3a093be2c742eea427706f18c01'/>
<id>urn:sha1:96e473a1d65cf3a093be2c742eea427706f18c01</id>
<content type='text'>
BREAKING CHANGE: For consistency, `ZSH_THEME_RANDOM_QUIET` now needs to
be `true` if you want to silence the "Random theme loaded" message in the
`random` theme.

The wiki specified that 1 or true was valid, while the code just
checked whether it was set to any value. Being more strict makes
sure that we're consistent with the rest of the Settings.

Fixes #10534
</content>
</entry>
<entry>
<title>random: add ZSH_THEME_RANDOM_QUIET setting</title>
<updated>2020-09-20T11:41:21Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2020-09-20T11:41:21Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=93c837fec8e9fe61509b9dff9e909e84f7ebe32d'/>
<id>urn:sha1:93c837fec8e9fe61509b9dff9e909e84f7ebe32d</id>
<content type='text'>
Fixes #9180

Co-authored-by: James Eapen &lt;jamespeapen@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove racially-charged language from the codebase</title>
<updated>2020-09-18T17:43:44Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2020-09-18T17:34:17Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=bc9d4b89bb3985a250e5a702a0f2d76a8632cd8a'/>
<id>urn:sha1:bc9d4b89bb3985a250e5a702a0f2d76a8632cd8a</id>
<content type='text'>
The ZSH_THEME_RANDOM_BLACKLIST variable will be deprecated until it's
removed 2 months from now.
</content>
</entry>
<entry>
<title>random: remove random theme from possible themes to choose from</title>
<updated>2020-03-02T22:53:43Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2020-03-02T22:53:43Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=4009668500342d20224c77c7586b4546223c1a77'/>
<id>urn:sha1:4009668500342d20224c77c7586b4546223c1a77</id>
<content type='text'>
...preventing an infinite loop.
</content>
</entry>
<entry>
<title>Add blacklist variable for random theme</title>
<updated>2020-02-19T19:00:22Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2020-02-19T18:53:37Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=3d4890dcc07478e7129de1e79afedafd3f08ffbc'/>
<id>urn:sha1:3d4890dcc07478e7129de1e79afedafd3f08ffbc</id>
<content type='text'>
Co-authored-by: Fran Garcia &lt;fran.miranda@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add themes in $ZSH_CUSTOM to the pool of candidates</title>
<updated>2020-02-19T18:34:16Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2020-02-19T17:42:05Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=b297bf92964e04e24f960f4e38acdb9b740d2d9f'/>
<id>urn:sha1:b297bf92964e04e24f960f4e38acdb9b740d2d9f</id>
<content type='text'>
Also add comments and unset leftover variables, and print only the
name of the theme loaded.

When looking for $ZSH_CUSTOM themes, the chosen algorithm is to add
the theme names to the pool disregarding the path, and then source
whatever theme is selected with the same logic as the init script,
which is to source first custom themes even if there is another
default theme of the same name.

Co-authored-by: Mihai Serban &lt;mihai.serban@gmail.com&gt;
</content>
</entry>
<entry>
<title>Move random theme functionality into "random" theme</title>
<updated>2020-02-19T17:20:28Z</updated>
<author>
<name>Willy Weiskopf</name>
<email>william@weiskopf.me</email>
</author>
<published>2014-07-17T04:21:09Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=6adad5c300a6bfde33b593489cc1c3b645b721e8'/>
<id>urn:sha1:6adad5c300a6bfde33b593489cc1c3b645b721e8</id>
<content type='text'>
The statements for selecting a random theme in oh-my-zsh.sh and the themes
plugin are duplicate. Most people eventually settle on a theme, making those
lines in oh-my-zsh.sh superfluous. To address those, it may makes sense to put
the random theme functionality into a theme of its own (since themes are just
zsh scripts.
</content>
</entry>
</feed>
