<feed xmlns='http://www.w3.org/2005/Atom'>
<title>adam3, branch master</title>
<subtitle>A zsh promt based upon the original adam1</subtitle>
<link rel='alternate' type='text/html' href='https://git.dnns.no/adam3/'/>
<entry>
<title>Scope $item so it doesn't leak</title>
<updated>2026-06-19T09:45:37+00:00</updated>
<author>
<name>Dennis Eriksen</name>
<email>d@ennis.no</email>
</author>
<published>2026-06-19T09:45:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dnns.no/adam3/commit/?id=f01bd6377f265fe4773927d33622709ed98f3481'/>
<id>f01bd6377f265fe4773927d33622709ed98f3481</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only enable vcs_info if not already enabled</title>
<updated>2025-03-07T13:22:30+00:00</updated>
<author>
<name>Dennis Eriksen</name>
<email>d@ennis.no</email>
</author>
<published>2025-03-07T13:22:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dnns.no/adam3/commit/?id=6971d213a078331bfff3d69c6af28fc321178a07'/>
<id>6971d213a078331bfff3d69c6af28fc321178a07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make adam3 more backwards compatible</title>
<updated>2024-06-07T13:22:08+00:00</updated>
<author>
<name>Dennis Eriksen</name>
<email>d@ennis.no</email>
</author>
<published>2024-06-07T13:22:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dnns.no/adam3/commit/?id=71628ead28084ba0dc6695432153c5bb2d9e91bc'/>
<id>71628ead28084ba0dc6695432153c5bb2d9e91bc</id>
<content type='text'>
Older versions of zsh (&lt;5.0.6) don't like the ternary %() inside a
start-color (%F{}), but will allept it the other way around.

Also, zsh &lt;5.1 don't like setting arrays on the same line as
local/typeset
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Older versions of zsh (&lt;5.0.6) don't like the ternary %() inside a
start-color (%F{}), but will allept it the other way around.

Also, zsh &lt;5.1 don't like setting arrays on the same line as
local/typeset
</pre>
</div>
</content>
</entry>
<entry>
<title>use emulate zsh with -L and -R instead of setopt</title>
<updated>2024-02-28T12:33:47+00:00</updated>
<author>
<name>Dennis Eriksen</name>
<email>d@ennis.no</email>
</author>
<published>2024-02-28T12:33:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dnns.no/adam3/commit/?id=7b98cc5283437ec2f543b103edf99bb84845b581'/>
<id>7b98cc5283437ec2f543b103edf99bb84845b581</id>
<content type='text'>
emulate -L zsh sets local_options, local_patterns, and local_traps. With
-R all options get reset, which is nice inside a function that runs as
much as precmd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
emulate -L zsh sets local_options, local_patterns, and local_traps. With
-R all options get reset, which is nice inside a function that runs as
much as precmd
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix errors in license</title>
<updated>2023-12-12T12:18:27+00:00</updated>
<author>
<name>Dennis Eriksen</name>
<email>d@ennis.no</email>
</author>
<published>2023-12-12T12:17:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dnns.no/adam3/commit/?id=6df085f964f9c16c64b9f70629e92659b5fecf0b'/>
<id>6df085f964f9c16c64b9f70629e92659b5fecf0b</id>
<content type='text'>
`prompt_adam3_setup` specified another license than what `LICENSE` did.
Also renamed `LICENCE` to `LICENSE`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`prompt_adam3_setup` specified another license than what `LICENSE` did.
Also renamed `LICENCE` to `LICENSE`
</pre>
</div>
</content>
</entry>
<entry>
<title>move venv after working dir and before git</title>
<updated>2023-10-22T10:15:58+00:00</updated>
<author>
<name>Dennis Eriksen</name>
<email>d@ennis.no</email>
</author>
<published>2023-10-22T10:15:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dnns.no/adam3/commit/?id=65e9c940b76a4e9bfe2a30b7873c74c687d40f63'/>
<id>65e9c940b76a4e9bfe2a30b7873c74c687d40f63</id>
<content type='text'>
placing venv-info makes more sense with git-info
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
placing venv-info makes more sense with git-info
</pre>
</div>
</content>
</entry>
<entry>
<title>fix bug where dir was shown wrongly</title>
<updated>2023-10-22T10:01:05+00:00</updated>
<author>
<name>Dennis Eriksen</name>
<email>d@ennis.no</email>
</author>
<published>2023-10-22T10:01:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dnns.no/adam3/commit/?id=27a2c0f60de7f87b48092357793500ad1b9c84b0'/>
<id>27a2c0f60de7f87b48092357793500ad1b9c84b0</id>
<content type='text'>
in some edgecases working dir was shown weirdly. if working dir is less
than five elements, just print all of it. restricting it to four
elements has no effect, since when it reaches five elements it will be
truncated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in some edgecases working dir was shown weirdly. if working dir is less
than five elements, just print all of it. restricting it to four
elements has no effect, since when it reaches five elements it will be
truncated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix showing virtualenv</title>
<updated>2023-10-22T08:13:27+00:00</updated>
<author>
<name>Dennis Eriksen</name>
<email>d@ennis.no</email>
</author>
<published>2023-10-22T08:13:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dnns.no/adam3/commit/?id=2625bb50cf52a6dbbf4eedfc0a0ec520b05c4aa6'/>
<id>2625bb50cf52a6dbbf4eedfc0a0ec520b05c4aa6</id>
<content type='text'>
The time was misplaced when showing virtualenv on smaller screens.
Should be fixed now.

Also added a variable to change the color of the virtualenv
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The time was misplaced when showing virtualenv on smaller screens.
Should be fixed now.

Also added a variable to change the color of the virtualenv
</pre>
</div>
</content>
</entry>
<entry>
<title>show user@host when root</title>
<updated>2023-01-11T19:37:46+00:00</updated>
<author>
<name>Dennis Eriksen</name>
<email>d@ennis.no</email>
</author>
<published>2023-01-11T19:37:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dnns.no/adam3/commit/?id=87448d68612ea374d4a0e57cdf86f36065057dda'/>
<id>87448d68612ea374d4a0e57cdf86f36065057dda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Making prompt more customizable.</title>
<updated>2023-01-11T06:56:27+00:00</updated>
<author>
<name>Dennis Eriksen</name>
<email>d@ennis.no</email>
</author>
<published>2023-01-11T06:56:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dnns.no/adam3/commit/?id=708504eec6dfa34fd945298586fefb2f34c6f40f'/>
<id>708504eec6dfa34fd945298586fefb2f34c6f40f</id>
<content type='text'>
Adding globals for more stuff, so everything can be customized.

Also, no longer show user@host if on localhost. Only show if using ssh.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding globals for more stuff, so everything can be customized.

Also, no longer show user@host if on localhost. Only show if using ssh.
</pre>
</div>
</content>
</entry>
</feed>
