mirror of
https://github.com/nix-community/home-manager
synced 2024-12-03 16:39:46 +01:00
fish module: envoke hm-session-vars.sh
This commit is contained in:
parent
453d0494fb
commit
2bff6e5188
1 changed files with 4 additions and 1 deletions
|
@ -79,6 +79,9 @@ in
|
||||||
# ~/.config/fish/config.fish: DO NOT EDIT -- this file has been generated automatically.
|
# ~/.config/fish/config.fish: DO NOT EDIT -- this file has been generated automatically.
|
||||||
# if we haven't sourced the general config, do it
|
# if we haven't sourced the general config, do it
|
||||||
if not set -q __fish_general_config_sourced
|
if not set -q __fish_general_config_sourced
|
||||||
|
set fish_function_path ${pkgs.fish-foreign-env}/share/fish-foreign-env/functions $fish_function_path
|
||||||
|
fenv source ${config.home.profileDirectory}/etc/profile.d/hm-session-vars.sh > /dev/null
|
||||||
|
set -e fish_function_path[1]
|
||||||
|
|
||||||
${cfg.shellInit}
|
${cfg.shellInit}
|
||||||
# and leave a note so we don't source this config section again from
|
# and leave a note so we don't source this config section again from
|
||||||
|
|
Loading…
Reference in a new issue