bump 2026-05-08

This commit is contained in:
Tao Tien 2026-05-08 00:47:34 -07:00
parent 71ecc2afd9
commit 4da647e040
3 changed files with 55 additions and 47 deletions

View file

@ -767,8 +767,12 @@ $env.config = {
mkdir ($nu.data-dir | path join "vendor/autoload")
starship init nu | save -f ($nu.data-dir | path join "vendor/autoload/starship.nu")
zoxide init nushell --no-cmd | save --force ~/.zoxide.nu
source ~/.zoxide.nu
export def --wrapped --env z [...rest] {
zo ...$rest
__zoxide_z ...$rest
l
}
devenv hook nu | save --force ~/.cache/devenv/hook.nu
source ~/.cache/devenv/hook.nu

View file

@ -79,10 +79,14 @@ $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))
# $env.PATH = ($env.PATH | split row (char esep))
# $env.GOPATH = '/home/tao/.go'
# $env.CARAPACE_BRIDGES
mkdir ~/.cache/carapace
# carapace _carapace nushell | save -f ~/.cache/carapace/init.nu
use std/util "path add"
path add ~/.cargo/bin/
path add ~/.local/bin/