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