<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh.git/themes/fishy.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/fishy.zsh-theme?h=master</id>
<link rel='self' href='http://cnjoe.info/git/zsh.git/atom/themes/fishy.zsh-theme?h=master'/>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/'/>
<updated>2024-04-23T08:54:00Z</updated>
<entry>
<title>feat(fishy): add color to username (#12369)</title>
<updated>2024-04-23T08:54:00Z</updated>
<author>
<name>John Matczak</name>
<email>50644033+cidrmill@users.noreply.github.com</email>
</author>
<published>2024-04-23T08:54:00Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=ee69c14beb24c652707b2f6b2a9db0fa8b238d05'/>
<id>urn:sha1:ee69c14beb24c652707b2f6b2a9db0fa8b238d05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fishy: fix one-level directory bug and bad array assignment in zsh 5.0.1</title>
<updated>2020-09-02T13:15:24Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2020-09-02T13:15:24Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=7256c03ce1c54bd08ecab954c91a0231386556a6'/>
<id>urn:sha1:7256c03ce1c54bd08ecab954c91a0231386556a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove perl dependency</title>
<updated>2020-09-01T09:52:32Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2020-08-31T15:38:30Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=a7f5170d68c0b75a9864763a90ac11e51ec67c81'/>
<id>urn:sha1:a7f5170d68c0b75a9864763a90ac11e51ec67c81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix showing aws prompt for theme fishy (append RPROMPT instead of overwrite)</title>
<updated>2019-04-08T20:08:37Z</updated>
<author>
<name>programmer04</name>
<email>jakub.warczarek@gmail.com</email>
</author>
<published>2019-04-08T20:08:37Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=53d6a692d14a035d03765e72c7c9425bba1b3972'/>
<id>urn:sha1:53d6a692d14a035d03765e72c7c9425bba1b3972</id>
<content type='text'>
</content>
</entry>
<entry>
<title>"fishy" theme: Fix "~" use in prompt</title>
<updated>2015-12-14T11:38:28Z</updated>
<author>
<name>Danyil Bohdan</name>
<email>danyil.bohdan@gmail.com</email>
</author>
<published>2015-12-14T11:35:44Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=b15918d414f255f8d2b36c99a338f930d7431b21'/>
<id>urn:sha1:b15918d414f255f8d2b36c99a338f930d7431b21</id>
<content type='text'>
Actually replace the value of the environment variable $HOME with
"~" instead of appending the tilde in front of the prompt.
</content>
</entry>
<entry>
<title>"fishy" theme: Shorten path .foo to .f, not .</title>
<updated>2015-12-04T18:19:15Z</updated>
<author>
<name>Danyil Bohdan</name>
<email>danyil.bohdan@gmail.com</email>
</author>
<published>2015-12-04T12:16:52Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=2e3731c5b1f0070a076fa84e9e2c35975a962ee5'/>
<id>urn:sha1:2e3731c5b1f0070a076fa84e9e2c35975a962ee5</id>
<content type='text'>
When the current path is /home/user/.config/doublecmd the prompt
now reads "/h/u/.c/doublecmd", not "/h/u/./doublecmd" as was the
case. This matches what the Fish shell does.

Enclose the Perl snippet in single quotes instead of double quotes.
</content>
</entry>
<entry>
<title>Implemented UTF-8 support in fishy.zsh-theme.</title>
<updated>2013-04-12T15:19:09Z</updated>
<author>
<name>Danyil Bohdan</name>
<email>danyil.bohdan@gmail.com</email>
</author>
<published>2013-04-12T15:19:09Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=2d2aa641678f6cb691b67e40897c3fa185efadf8'/>
<id>urn:sha1:2d2aa641678f6cb691b67e40897c3fa185efadf8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update fishy theme to collapse working directory in PROMPT.</title>
<updated>2012-09-01T22:38:08Z</updated>
<author>
<name>Nicholas Hutchinson</name>
<email>nshutchinson@gmail.com</email>
</author>
<published>2012-09-01T22:38:08Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=2643ac975bff9513753b6e3d99a34164e48955f7'/>
<id>urn:sha1:2643ac975bff9513753b6e3d99a34164e48955f7</id>
<content type='text'>
For non-trailing path components, we show only the first character. So, as in Fish proper, we convert ~/some/really/really/really/long/path/name to ~/s/r/r/r/l/p/name.
</content>
</entry>
<entry>
<title>fishy theme: text indicators for $? and git status</title>
<updated>2011-05-26T00:18:45Z</updated>
<author>
<name>Suraj N. Kurapati</name>
<email>sunaku@gmail.com</email>
</author>
<published>2011-02-23T08:38:15Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=21276546e9614576ce6e1a6be1393abce393d04f'/>
<id>urn:sha1:21276546e9614576ce6e1a6be1393abce393d04f</id>
<content type='text'>
The git status indicators were taken from sorin.zsh-theme and changed to
use ASCII symbols instead of Unicode ones because my preferred terminal
font, DejaVu Sans Mono, renders Unicode symbols poorly and also because
Unicode rendering is not available in standard Linux virtual terminals.
</content>
</entry>
<entry>
<title>add "fishy" theme to emulate Fish shell's prompt</title>
<updated>2010-12-29T04:36:29Z</updated>
<author>
<name>Suraj N. Kurapati</name>
<email>sunaku@gmail.com</email>
</author>
<published>2010-12-29T04:36:29Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=943e09cd84baff55d36ebcfcf05b9fbfb4436a17'/>
<id>urn:sha1:943e09cd84baff55d36ebcfcf05b9fbfb4436a17</id>
<content type='text'>
</content>
</entry>
</feed>
