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 = { programs = {
ssh.startAgent = true; ssh.startAgent = true;
fish = { fish = {
enable = false; enable = true;
shellInit = "starship init fish | source"; shellInit = "starship init fish | source";
}; };
starship = { starship = {
enable = false; enable = true;
settings = { settings = {
shell = { shell = {
disabled = false; disabled = false;
# fish_indicator = ""; fish_indicator = "";
bash_indicator = "BASH"; bash_indicator = "BASH";
}; };
}; };