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