diff --git a/tree/.config/nushell/config.nu b/tree/.config/nushell/config.nu index a38bfa7..8674f56 100644 --- a/tree/.config/nushell/config.nu +++ b/tree/.config/nushell/config.nu @@ -548,5 +548,8 @@ alias gstp = git stash pop # random scripts source ~/.local/nu/readelf.nu +# init zoxide +source ~/.cache/zoxide.nu + # init starship prompt source ~/.cache/starship/init.nu diff --git a/tree/.config/nushell/env.nu b/tree/.config/nushell/env.nu index 3965dd8..4efd4bc 100644 --- a/tree/.config/nushell/env.nu +++ b/tree/.config/nushell/env.nu @@ -63,3 +63,4 @@ let-env NU_PLUGIN_DIRS = [ mkdir ~/.cache/starship starship init nu | save ~/.cache/starship/init.nu +zoxide init nushell | save ~/.cache/zoxide.nu