summaryrefslogtreecommitdiff
path: root/dot_config/zsh/functions (follow)
AgeCommit message (Collapse)AuthorLines
5 hourszsh/prompt_zstyle: add grml presetChloé Vulquin-0/+9
5 hourszsh: retab under new editorconfig rulesChloé Vulquin-2/+2
6 hourszsh: add emacs modelineChloé Vulquin-0/+3
Yeah so emacs isn't thaat good at detecting shell scripts either.
6 hourszsh: add zstyle promptChloé Vulquin-0/+92
aka the prompt to rule them all
3 dayszsh: change implementation of ttChloé Vulquin-0/+15
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 dayszsh: prompt debugging...Chloé Vulquin-10/+4
4 dayszsh: even bigger rewriteChloé Vulquin-0/+23
don't... worry about it I spent basically all day between this and monster hunter.