this repo has no description

feat: add path to local scripts to fish_user_path

hauleth.dev 697b72e9 6912ce16

verified
Changed files
+1
modules
+1
modules/fish.nix
···
loginShellInit = ''
fish_add_path --move --path $HOME/.nix-profile/bin /run/wrappers/bin /etc/profiles/per-user/$USER/bin /nix/var/nix/profiles/default/bin /run/current-system/sw/bin
+
fish_add_path $HOME/.local/bin
'';
shellInit = ''