Philipp Schmitt
Philipp Schmitt
## Proposed Changes - On Termux, the current tmux plugin does not work as intended - The problematic part if the `exec` call, Termux's implementation is bogus and leads to...
## Proposed Changes - Right now the TMUX plugin only makes use of the default TMUX config path (`~/.tmux.conf`) - This PR allows users to set the path to their...
I'm a big proponent of storing all configuration in `XDG_CONFIG_HOME` so that `HOME` stays clean and was pleased to discover that assh's config can be moved there via `ASSH_CONFIG_HOME` and...
I noticed that `$APPEND_SYSTEM_PATH` wasn't consumed anywhere and the Android system path was appended by default. This PR makes the `-a` flag work as described in the help.
Hi, I've been experimenting with yadm and was wondering whether I've been doing something wrong. So I have most of my config files in their own repos and as such...
When provided with an invalid (non-existant) context kubectx currently just errors out. This PR allows providing a substring instead of the whole context name, if there's only one match, it...
This adds support for the `status_expiration` parameter. It value is set via the `-e|--expire` flag and can either be: - an arbitrary UNIX timestamp (default) - if prefixed with `+`:...
Maintaining a separate web page is a pita, for me at least. Having to update https://zdharma-continuum.github.io/zinit/wiki/ along with the NEWS section in the README (or `doc/NEWS.md` - see #44) is...
We need CI for the really boring stuff: zsdoc, manpage, PDF. Otherwise they will get out of sync. Should be fairly trivial to add. In CI we can generate all...