nushell refactoring

This commit is contained in:
Tao Tien 2026-03-27 22:48:34 -07:00
parent 636dddce81
commit 42af95b6dc
11 changed files with 244 additions and 215 deletions

View file

@ -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