removes fish themes (wip)

This commit is contained in:
Dennis Schoepf 2025-10-30 13:15:25 +01:00
parent c3dcd2a83a
commit 7b28646532
2 changed files with 0 additions and 41 deletions

View file

@ -55,8 +55,6 @@
};
interactiveShellInit = ''
fish_config theme choose "modus-vivendi-tinted"
set hn (prompt_hostname)
set fish_cursor_default block blink
@ -86,6 +84,4 @@
frc = "source ~/.config/fish/**/*.fish";
};
};
home.file.".config/fish/themes".source = ./themes;
}