fish: any-nix-shell
This commit is contained in:
parent
e0883848a3
commit
07531deb32
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ in
|
||||||
};
|
};
|
||||||
interactiveShellInit =
|
interactiveShellInit =
|
||||||
builtins.readFile "${inputs.fish_theme}/fish_prompt.fish" + "\n" +
|
builtins.readFile "${inputs.fish_theme}/fish_prompt.fish" + "\n" +
|
||||||
builtins.readFile ../fish/config.fish;
|
builtins.readFile ../fish/config.fish + "\n" +
|
||||||
|
"${lib.getExe pkgs.any-nix-shell} fish --info-right | source";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue