bump 2026-05-08
This commit is contained in:
parent
71ecc2afd9
commit
4da647e040
3 changed files with 55 additions and 47 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue