import fenv
This commit is contained in:
parent
304944f6f9
commit
3e39bdd2f2
@ -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…
Reference in New Issue
Block a user