- "tags" "GPATH" "GRTAGS" "GTAGS" # tag
- "node_modules" # black hole
- ".venv" "pyrightconfig.json" "__pycache__" "__pypackages__"
- ".claude"
- ];
- attributes = [
- "pnpm-lock.yaml text -diff"
- ];
- };
- programs.zsh = {
- enable = true;
- defaultKeymap = "emacs";
- autocd = true;
- dotDir = ".config/zsh";
- enableCompletion = true;
- autosuggestion.enable = true;
- syntaxHighlighting.enable = true;
- historySubstringSearch.enable = true;
- # https://martinheinz.dev/blog/110
- history = {