Skip to content

Commit

Permalink
fish: fix regression due to changes in Nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
meck authored and rycee committed Jan 7, 2021
1 parent a361541 commit 2e7722a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/programs/fish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ in {
# if we haven't sourced the general config, do it
if not set -q __fish_general_config_sourced
set -p fish_function_path ${pkgs.fish-foreign-env}/share/fish-foreign-env/functions
set --prepend fish_function_path ${pkgs.fishPlugins.foreign-env}/share/fish/vendor_functions.d
fenv source ${config.home.profileDirectory}/etc/profile.d/hm-session-vars.sh > /dev/null
set -e fish_function_path[1]
Expand Down

0 comments on commit 2e7722a

Please sign in to comment.