Zsh prompt (#67)

* feat: initial prompt pass

* fix: code quality

* fix: perf

* fix: layout

* fix: cleanup

* fix: perf

* feat: nvm/pyenv lazy-load

* fix: profile eager load

* fix: caching

* fix: spelling

* fix: compinit/spelling

* fix: feedback

* fix: comments

* Remove TRAPINT/flash customization, use stock Ctrl+C behavior

* feat: re-introduce flash

* fix: error display

* feat: clear suggestions on ctrl+c

* feat: grey prompt indicator

* feat: git

* feat: git spacing

* feat: async git

* feat: git perf

* fix: var names

* fix: exits
This commit is contained in:
2025-12-19 15:55:06 +02:00
committed by GitHub
parent c21270a35d
commit 574384ab69
3 changed files with 356 additions and 106 deletions

View File

@@ -2,6 +2,8 @@ alias bench='ZSH_BENCH=1 exec zsh'
alias dots='cd $DOTFILES'
alias j='z'
alias reload='source ~/.zshrc'
alias reload-path='rm -f "${XDG_CACHE_HOME:-$HOME/.cache}/dots/path" && exec zsh'
alias reload-cache='rm -rf "${XDG_CACHE_HOME:-$HOME/.cache}/dots" ~/.zcompdump* && exec zsh'
alias zen='curl -s https://api.github.com/zen && echo'
alias la='ls -la'
alias colby='copilot --allow-all-tools --allow-all-paths --banner'