fixed nushell path.
This commit is contained in:
parent
f617e06134
commit
952858da85
|
@ -11,7 +11,7 @@ $env.PROMPT_MULTILINE_INDICATOR = {|| "::: " }
|
||||||
# home managers path, shell aliases, and env vars are not applied to nushell.
|
# home managers path, shell aliases, and env vars are not applied to nushell.
|
||||||
use std "path add"
|
use std "path add"
|
||||||
# $env.PATH = ($env.PATH | split row (char esep))
|
# $env.PATH = ($env.PATH | split row (char esep))
|
||||||
path add ($env.HOME | path join ".cargo " "bin")
|
path add ($env.HOME | path join ".cargo" "bin")
|
||||||
path add ($env.HOME | path join ".local" "bin")
|
path add ($env.HOME | path join ".local" "bin")
|
||||||
path add ($env.HOME | path join ".nix-profile" "bin")
|
path add ($env.HOME | path join ".nix-profile" "bin")
|
||||||
path add ('/opt')
|
path add ('/opt')
|
||||||
|
|
Loading…
Reference in a new issue