summaryrefslogtreecommitdiff
path: root/dot_config/zsh/zshrc (unfollow)
AgeCommit message (Collapse)AuthorLines
15 hourszsh: add emacs modelineChloé Vulquin-0/+1
Yeah so emacs isn't thaat good at detecting shell scripts either.
15 hourszsh: add zstyle promptChloé Vulquin-1/+1
aka the prompt to rule them all
4 dayszsh: change implementation of ttChloé Vulquin-6/+1
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.
5 dayszsh: prompt debugging...Chloé Vulquin-0/+1
5 dayszsh: even bigger rewriteChloé Vulquin-43/+41
don't... worry about it I spent basically all day between this and monster hunter.
6 dayszsh: fix nullglob in path initialization, dot-script getting hashedChloé Vulquin-1/+2
6 dayszsh: improve grml compat, performanceChloé Vulquin-12/+14
6 dayszsh: initChloé Vulquin-0/+72