diff --git a/home/baseline/nushell/functions.nu b/home/baseline/nushell/functions.nu index d7ca3ae..288397a 100644 --- a/home/baseline/nushell/functions.nu +++ b/home/baseline/nushell/functions.nu @@ -72,3 +72,4 @@ def dc [ $cmd: string = "sh" ] { if ("/usr/local/bin" | path exists) { $env.PATH = $env.PATH | append "/usr/local/bin" } +$env.PATH = $env.PATH | prepend "~/.local/bin"