This commit is contained in:
2025-04-17 19:55:32 -04:00
parent 71528ed396
commit 79c25224b1
13 changed files with 660 additions and 349 deletions

View File

@@ -48,6 +48,10 @@
file = "share/zsh-vi-mode/zsh-vi-mode.plugin.zsh";
}
];
initExtra = ''
[ -n "$EAT_SHELL_INTEGRATION_DIR" ] && \
source "$EAT_SHELL_INTEGRATION_DIR/zsh"
'';
};
starship = {
enable = true;