re-enable fish starship
This commit is contained in:
parent
20fc1dbeb3
commit
0ecd143b89
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue