nushell refactoring
This commit is contained in:
parent
636dddce81
commit
42af95b6dc
11 changed files with 244 additions and 215 deletions
|
|
@ -79,9 +79,9 @@ $env.NU_PLUGIN_DIRS = [
|
|||
]
|
||||
|
||||
# To add entries to PATH (on Windows you might use Path), you can use the following pattern:
|
||||
$env.PATH = ($env.PATH | split row (char esep) | prepend '/home/tao/.local/bin' | prepend '/home/tao/.cargo/bin')
|
||||
$env.PATH = ($env.PATH | split row (char esep))
|
||||
|
||||
$env.GOPATH = '/home/tao/.go'
|
||||
# $env.GOPATH = '/home/tao/.go'
|
||||
|
||||
# $env.CARAPACE_BRIDGES
|
||||
mkdir ~/.cache/carapace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue