import fenv
This commit is contained in:
parent
304944f6f9
commit
3e39bdd2f2
1 changed files with 2 additions and 0 deletions
|
@ -50,7 +50,9 @@ inputs:
|
||||||
shellInit = ''
|
shellInit = ''
|
||||||
# Load nix shit on non-NixOS computers (yea yea laugh it up we all have legacy machines somewhere)
|
# Load nix shit on non-NixOS computers (yea yea laugh it up we all have legacy machines somewhere)
|
||||||
if not set -q NIX_PATH
|
if not set -q NIX_PATH
|
||||||
|
set --prepend fish_function_path ${pkgs.fishPlugins.foreign-env}/share/fish/vendor_functions.d
|
||||||
fenv source $HOME/.nix-profile/etc/profile.d/nix.sh
|
fenv source $HOME/.nix-profile/etc/profile.d/nix.sh
|
||||||
|
set -e fish_function_path[1]
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue