packages.nushell: add bin to PATH

This commit is contained in:
2024-08-30 22:55:34 +08:00
parent c348e95af4
commit 313fd7b9dc

View File

@@ -17,7 +17,11 @@ inputs:
nushell =
{
enable = true;
extraConfig = "source ${inputs.topInputs.nu-scripts}/aliases/git/git-aliases.nu";
extraConfig =
''
source ${inputs.topInputs.nu-scripts}/aliases/git/git-aliases.nu
$env.PATH = ($env.PATH | split row (char esep) | append "~/bin")
'';
};
carapace.enable = true;
oh-my-posh =