<feed xmlns='http://www.w3.org/2005/Atom'>
<title>new-dotfiles/zsh, branch main</title>
<subtitle>New repository of dotfiles</subtitle>
<id>https://code.ryuslash.org/new-dotfiles/atom?h=main</id>
<link rel='self' href='https://code.ryuslash.org/new-dotfiles/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/'/>
<updated>2026-08-27T06:04:25Z</updated>
<entry>
<title>zsh: Remove unused prompt definitions</title>
<updated>2026-08-27T06:04:25Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2026-08-25T17:05:33Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=46c27c5ff17ac1fce4f79da1037f76b71719a60d'/>
<id>urn:sha1:46c27c5ff17ac1fce4f79da1037f76b71719a60d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zsh: Add default value when there is no project</title>
<updated>2026-08-27T06:04:25Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2026-07-17T01:24:40Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=1e1eab1c306f78329ac70a59da0d03fddb12ad0e'/>
<id>urn:sha1:1e1eab1c306f78329ac70a59da0d03fddb12ad0e</id>
<content type='text'>
This is just the name of the current directory.
</content>
</entry>
<entry>
<title>zsh: Update explanation</title>
<updated>2026-08-27T06:04:25Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2026-07-17T01:24:30Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=3ceef8a5714f597244dae8c53d4e333a394965be'/>
<id>urn:sha1:3ceef8a5714f597244dae8c53d4e333a394965be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zsh: Remove ‘/’, ‘-’, and ‘)’ from wordchars</title>
<updated>2026-08-27T06:04:25Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2026-07-16T19:31:15Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=23feed3cc7685ff88c278fa3acbb18c68a4e3336'/>
<id>urn:sha1:23feed3cc7685ff88c278fa3acbb18c68a4e3336</id>
<content type='text'>
The ‘WORDCHARS’ variable defines which characters that aren't letters are to be
part of a word. I'm removing these so commands like delete-word won't gobble up
these characters as well. This is bringing the function closer to what I expect
from Emacs.
</content>
</entry>
<entry>
<title>zshrc: Fix indentation</title>
<updated>2026-08-27T06:04:25Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2026-07-16T19:30:55Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=f782e6f16bcd31061dc143bbb8df9d4edc4e5a4c'/>
<id>urn:sha1:f782e6f16bcd31061dc143bbb8df9d4edc4e5a4c</id>
<content type='text'>
I use org-indent now.
</content>
</entry>
<entry>
<title>zsh: Mark the prompt, input, and output with OSC codes</title>
<updated>2026-08-27T06:04:25Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2026-06-19T23:33:45Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=43536d7405bd64760f70a90c1afed7ab92df8b16'/>
<id>urn:sha1:43536d7405bd64760f70a90c1afed7ab92df8b16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zsh: Set the current tab title when we enter a git directory</title>
<updated>2026-08-27T06:04:25Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2026-06-19T22:03:21Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=153d533f70bf25e11704d2c06e2ee3d1bebe184c'/>
<id>urn:sha1:153d533f70bf25e11704d2c06e2ee3d1bebe184c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zsh: Add settitle command</title>
<updated>2026-06-16T00:05:42Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2026-06-16T00:05:42Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=fe95f55efd868bc49300bb1dd509f7ff8beadbe0'/>
<id>urn:sha1:fe95f55efd868bc49300bb1dd509f7ff8beadbe0</id>
<content type='text'>
This command just tells wezterm the name of the current tab
</content>
</entry>
<entry>
<title>zsh: Load other init files too</title>
<updated>2026-06-10T23:55:34Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2026-06-10T23:53:27Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=3ce343a0d458b95cdbd4aad2fe186c99eb855816'/>
<id>urn:sha1:3ce343a0d458b95cdbd4aad2fe186c99eb855816</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zsh: Add completion for abcde</title>
<updated>2026-01-02T09:29:15Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2026-01-02T09:29:15Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=11498bc4b5d00a8647dbd181152ac1e6a612171a'/>
<id>urn:sha1:11498bc4b5d00a8647dbd181152ac1e6a612171a</id>
<content type='text'>
</content>
</entry>
</feed>
