switched to fish

oh-my-fish/theme-agnoster has issues on nix so i forked it and am
working on fixing it, for now i have it in a state where the annoying
thing doesnt happen, and this means i have the same functionality

actually better because the autocomplete and syntax highlighting is much
nicer

fish ftw
This commit is contained in:
Gabriella Bere 2025-06-04 16:59:43 +01:00
parent 661356a198
commit ff65efd702
6 changed files with 43 additions and 63 deletions

View file

@ -2,7 +2,7 @@
{
programs.zellij = {
enable = true;
enableZshIntegration = true;
enableFishIntegration = true;
exitShellOnExit = true;
attachExistingSession = true;
};