<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zuwu.git, branch v0.4.0</title>
<subtitle>Highly opinionated usable defaults for ZSH</subtitle>
<link rel='alternate' type='text/html' href='http://git.estrogen.zone/zuwu.git/'/>
<entry>
<title>feat: v0.4.0</title>
<updated>2025-05-27T16:54:07+00:00</updated>
<author>
<name>memdmp</name>
<email>memdmp@estrogen.zone</email>
</author>
<published>2025-05-27T16:54:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.estrogen.zone/zuwu.git/commit/?id=ec79eb9db7e41d62927edb03db87d3e777aaeaf2'/>
<id>ec79eb9db7e41d62927edb03db87d3e777aaeaf2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: forgot 0.3.2 changelog</title>
<updated>2025-05-27T16:53:29+00:00</updated>
<author>
<name>memdmp</name>
<email>memdmp@estrogen.zone</email>
</author>
<published>2025-05-27T16:53:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.estrogen.zone/zuwu.git/commit/?id=a47d8e5bce303e0166d0dfcc86fbe55c8a6c6bb0'/>
<id>a47d8e5bce303e0166d0dfcc86fbe55c8a6c6bb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: rename reloadopt to _zuwu_reloadopt. Mention lack of guarantees</title>
<updated>2025-05-27T16:51:03+00:00</updated>
<author>
<name>memdmp</name>
<email>memdmp@estrogen.zone</email>
</author>
<published>2025-05-27T16:51:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.estrogen.zone/zuwu.git/commit/?id=e14a8dbddbab589b6255660e7abfd900482a7a96'/>
<id>e14a8dbddbab589b6255660e7abfd900482a7a96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: don't check for completion installation if _ZUWU_HYPERFAST is set</title>
<updated>2025-05-27T16:45:55+00:00</updated>
<author>
<name>memdmp</name>
<email>memdmp@estrogen.zone</email>
</author>
<published>2025-05-27T16:45:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.estrogen.zone/zuwu.git/commit/?id=50eb12378c164235026dbd6745adce5bcbab00c6'/>
<id>50eb12378c164235026dbd6745adce5bcbab00c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore!: remove starship</title>
<updated>2025-05-27T16:43:46+00:00</updated>
<author>
<name>memdmp</name>
<email>memdmp@estrogen.zone</email>
</author>
<published>2025-05-27T16:43:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.estrogen.zone/zuwu.git/commit/?id=759d8da79ee95780d8123666fdb59b6589335df2'/>
<id>759d8da79ee95780d8123666fdb59b6589335df2</id>
<content type='text'>
to revert this change, prepend this to your zshrc before loading zuwu:
```zsh
if [[ "$_ZUWU_NO_STARSHIP-$_ZUWU_NO_PROMPT" == "-" ]] &amp;&amp; [[ -f "${XDG_CONFIG_HOME:-"$HOME/.config"}/starship.toml" ]] &amp;&amp; type "starship" &gt;/dev/null; then
  _ZUWU_NO_PROMPT=1
  eval "$(starship init zsh)"
fi
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to revert this change, prepend this to your zshrc before loading zuwu:
```zsh
if [[ "$_ZUWU_NO_STARSHIP-$_ZUWU_NO_PROMPT" == "-" ]] &amp;&amp; [[ -f "${XDG_CONFIG_HOME:-"$HOME/.config"}/starship.toml" ]] &amp;&amp; type "starship" &gt;/dev/null; then
  _ZUWU_NO_PROMPT=1
  eval "$(starship init zsh)"
fi
```
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: if compinit is defined after us thats fine too</title>
<updated>2025-05-26T18:46:35+00:00</updated>
<author>
<name>memdmp</name>
<email>memdmp@estrogen.zone</email>
</author>
<published>2025-05-26T18:46:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.estrogen.zone/zuwu.git/commit/?id=9ba27b11f4f558729cb5e4bf97f4360ba73df852'/>
<id>9ba27b11f4f558729cb5e4bf97f4360ba73df852</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: changelog entry for 64e26b1803426801d481d37a22ea7ab107e3f911</title>
<updated>2025-03-21T14:10:37+00:00</updated>
<author>
<name>memdmp</name>
<email>memdmp@estrogen.zone</email>
</author>
<published>2025-03-21T14:10:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.estrogen.zone/zuwu.git/commit/?id=2103b4c4b524912dfc5e8b480062a6da184b4bb1'/>
<id>2103b4c4b524912dfc5e8b480062a6da184b4bb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: debian support for syntax highlighting</title>
<updated>2025-03-21T14:09:48+00:00</updated>
<author>
<name>memdmp</name>
<email>memdmp@estrogen.zone</email>
</author>
<published>2025-03-21T14:09:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.estrogen.zone/zuwu.git/commit/?id=64e26b1803426801d481d37a22ea7ab107e3f911'/>
<id>64e26b1803426801d481d37a22ea7ab107e3f911</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: &lt;!-- !BEGIN-NO-CGIT! --&gt; blocks</title>
<updated>2025-03-01T02:22:15+00:00</updated>
<author>
<name>memdmp</name>
<email>memdmp@estrogen.zone</email>
</author>
<published>2025-03-01T02:22:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.estrogen.zone/zuwu.git/commit/?id=9a6c6f1d41f974f0755a92fbc77a943b11556891'/>
<id>9a6c6f1d41f974f0755a92fbc77a943b11556891</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: changelog commit id</title>
<updated>2025-03-01T01:26:18+00:00</updated>
<author>
<name>memdmp</name>
<email>memdmp@estrogen.zone</email>
</author>
<published>2025-03-01T01:26:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.estrogen.zone/zuwu.git/commit/?id=aa0560a8ad52c69cc27fdb8a6041d5af4dae9e46'/>
<id>aa0560a8ad52c69cc27fdb8a6041d5af4dae9e46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
