$env.PATH = ( $env.PATH | prepend $'{{dirs.home}}/.local/bin' {{#if-installed cargo}} | prepend $'{{dirs.home}}/.cargo/bin' {{/if-installed}} {{#if-installed nenv}} | prepend $'{{dirs.home}}/.local/share/nenv/bin' {{/if-installed}} {{#if-installed fnm}} | prepend $'{{dirs.home}}/.fnm' {{/if-installed}} {{#if-installed nix}} | prepend $'{{dirs.home}}/.nix-profile/bin' {{/if-installed}} )