fish: disable any-nix-shell
This commit is contained in:
parent
7040301860
commit
c82601eba1
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ in
|
||||||
interactiveShellInit = lib.concatStringsSep "\n" [
|
interactiveShellInit = lib.concatStringsSep "\n" [
|
||||||
(builtins.readFile "${inputs.fish_theme}/fish_prompt.fish")
|
(builtins.readFile "${inputs.fish_theme}/fish_prompt.fish")
|
||||||
(builtins.readFile ../fish/config.fish)
|
(builtins.readFile ../fish/config.fish)
|
||||||
"${lib.getExe pkgs.any-nix-shell} fish --info-right | source"
|
# "${lib.getExe pkgs.any-nix-shell} fish --info-right | source"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue