| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 11 hours | zsh: add zstyle prompt | -1/+93 | ||
| aka the prompt to rule them all | ||||
| 4 days | zsh: change implementation of tt | -6/+16 | ||
| In zsh, an EXIT trap defined in a function runs on that function's execution end. Unfortunately, that's not what I want! Instead, there's the zsh hook zshexit, but that takes a function. This changes tt to add the generated directories to a deduplicated array, which is cleaned up on exit, as long as the function has been loaded. | ||||
| 4 days | zsh: spcify histsize/savehist | -0/+4 | ||
| 5 days | zsh: move fpath handling into zshenv | -1/+3 | ||
| fpath isn't exported, so it can't get "inherited" by non-login shells this could technically also be in zshrc though... | ||||
| 5 days | zsh: prompt debugging... | -10/+5 | ||
| 5 days | zsh: even bigger rewrite | -57/+225 | ||
| don't... worry about it I spent basically all day between this and monster hunter. | ||||
| 6 days | zsh: ignore local files | -7/+3 | ||
| 6 days | zsh: fix nullglob in path initialization, dot-script getting hashed | -1/+3 | ||
| 6 days | zsh: improve grml compat, performance | -13/+27 | ||
| 6 days | zsh: init | -0/+87 | ||
