Fix duplicating "enable_transience" for fish
Starship enables fish transience automatically if it's transience is enabled, duplicated call was causing errors Remove obsolete fish.nix
This commit is contained in:
parent
624f347928
commit
f151b3deb1
|
@ -1,7 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
interactiveShellInit = "enable_transience";
|
||||
};
|
||||
}
|
|
@ -1,6 +1,5 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.fish.interactiveShellInit = "enable_transience";
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
enableTransience = true;
|
||||
|
|
Loading…
Reference in a new issue