<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh.git/themes/fino-time.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/fino-time.zsh-theme?h=master</id>
<link rel='self' href='http://cnjoe.info/git/zsh.git/atom/themes/fino-time.zsh-theme?h=master'/>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/'/>
<updated>2023-07-25T08:25:07Z</updated>
<entry>
<title>feat(fino-time): add conda environment (#11785)</title>
<updated>2023-07-25T08:25:07Z</updated>
<author>
<name>naturedamends</name>
<email>120284608+naturedamends@users.noreply.github.com</email>
</author>
<published>2023-07-25T08:25:07Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=e564793939a086fc4c46628b193a38997ea4ecb3'/>
<id>urn:sha1:e564793939a086fc4c46628b193a38997ea4ecb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: quote % in `box_name` prompt functions</title>
<updated>2022-01-03T12:50:52Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2021-12-27T14:01:25Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=a9d57eb2eec4d6234c4714a430ddfb4c57443570'/>
<id>urn:sha1:a9d57eb2eec4d6234c4714a430ddfb4c57443570</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fino-time: fix virtualenv prompt by escaping dollar sign (#8991)</title>
<updated>2020-06-03T15:40:05Z</updated>
<author>
<name>Yauhen</name>
<email>jsirex@gmail.com</email>
</author>
<published>2020-06-03T15:40:05Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=5d1cdb22c118b99c342979af58129bd7e4c949c5'/>
<id>urn:sha1:5d1cdb22c118b99c342979af58129bd7e4c949c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fino-time: fix git and ruby prompt sequences</title>
<updated>2020-05-22T17:52:13Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2020-05-22T17:50:49Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=4ac36d57f1c141c59344e1bf6fafcdb7f8707b0a'/>
<id>urn:sha1:4ac36d57f1c141c59344e1bf6fafcdb7f8707b0a</id>
<content type='text'>
Fixes #8856
</content>
</entry>
<entry>
<title>Themes: switch to using ruby_prompt_info()</title>
<updated>2019-05-08T06:45:34Z</updated>
<author>
<name>Andrew Janke</name>
<email>andrew@apjanke.net</email>
</author>
<published>2015-11-06T22:20:11Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=299cd4777a8b9da1934a1ed0c80767eea6691a70'/>
<id>urn:sha1:299cd4777a8b9da1934a1ed0c80767eea6691a70</id>
<content type='text'>
Changes themes displaying RVM or other Ruby version info to use the central
ruby_prompt_info function. This supports more Ruby versioning mechanisms,
reduces copy-and-paste code, and avoids "zsh: no such file or directory: rvm-prompt"
when run on machines that do not have RVM installed.

Changes the prefix/suffix variable names to ZSH_THEME_RUBY_PROMPT_PREFIX and
ZSH_THEME_RUBY_PROMPT_SUFFIX, since they apply to all Ruby versioning mechanisms,
not just RVM.

Allows empty ZSH_THEME_RUBY_PROMPT_PREFIX and ZSH_THEME_RUBY_PROMPT_SUFFIX.
</content>
</entry>
<entry>
<title>Fix tilde substitution in theme prompts</title>
<updated>2018-10-07T21:01:25Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2018-10-07T20:57:16Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=3a6fa9149b7a3db89d22f40ae371ad636f5ed527'/>
<id>urn:sha1:3a6fa9149b7a3db89d22f40ae371ad636f5ed527</id>
<content type='text'>
These themes used an adhoc substitution of $HOME for tilde
in $PWD, but it's better to use '%~' and is less error prone.

See #7160
</content>
</entry>
<entry>
<title>Fix rvm-prompt usage in fino* themes (#6477)</title>
<updated>2018-08-29T19:01:10Z</updated>
<author>
<name>Nick Diego Yamane</name>
<email>nick@diegoyam.com</email>
</author>
<published>2018-08-29T19:01:10Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=143cc8f90158f39d8630f26e9b0865502a467c61'/>
<id>urn:sha1:143cc8f90158f39d8630f26e9b0865502a467c61</id>
<content type='text'>
* theme/fino: Check rvm-prompt is installed before to try to use it

Signed-off-by: Nick Diego Yamane &lt;nick.diego@gmail.com&gt;

* theme/fino-time: Check rvm-prompt is installed before to try to use it

Signed-off-by: Nick Diego Yamane &lt;nick.diego@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix little typo that makes the statement useless.</title>
<updated>2015-07-19T10:56:10Z</updated>
<author>
<name>Alex Talker</name>
<email>alextalker@openmailbox.org</email>
</author>
<published>2015-07-19T10:56:10Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=a3f0439de34ac2ce083c3d9f09b4e4f5379c158c'/>
<id>urn:sha1:a3f0439de34ac2ce083c3d9f09b4e4f5379c158c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix echo nothing if $SHORT_HOST doesn't exist.</title>
<updated>2015-02-15T17:44:35Z</updated>
<author>
<name>Alex Talker</name>
<email>alextalker@openmailbox.org</email>
</author>
<published>2015-01-15T01:13:40Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=8cf04ed3d7d5552bc2242a5987d46f6faf0fe2dc'/>
<id>urn:sha1:8cf04ed3d7d5552bc2242a5987d46f6faf0fe2dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change all hostname calls for $HOST or $SHORT_HOST</title>
<updated>2014-11-06T17:33:56Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2014-10-09T15:05:48Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=95d795e8cad7d1a754dfad520309d7a41b69275f'/>
<id>urn:sha1:95d795e8cad7d1a754dfad520309d7a41b69275f</id>
<content type='text'>
</content>
</entry>
</feed>
