feat: add path to local scripts to fish_user_path
hauleth.dev 7 months ago 697b72e9 6912ce16
··· 57 57 58 58 loginShellInit = '' 59 59 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 60 60 + fish_add_path $HOME/.local/bin 60 61 ''; 61 62 62 63 shellInit = ''