re-enable fish starship

This commit is contained in:
glenn 2024-06-25 14:51:38 +02:00
parent 20fc1dbeb3
commit 0ecd143b89

View file

@ -147,15 +147,15 @@
programs = {
ssh.startAgent = true;
fish = {
enable = false;
enable = true;
shellInit = "starship init fish | source";
};
starship = {
enable = false;
enable = true;
settings = {
shell = {
disabled = false;
# fish_indicator = "";
fish_indicator = "";
bash_indicator = "BASH";
};
};