nushell: Add zoxide

This commit is contained in:
2022-12-14 17:06:05 +01:00
parent cb8d9add96
commit b62238086b
2 changed files with 4 additions and 0 deletions

View File

@ -548,5 +548,8 @@ alias gstp = git stash pop
# random scripts # random scripts
source ~/.local/nu/readelf.nu source ~/.local/nu/readelf.nu
# init zoxide
source ~/.cache/zoxide.nu
# init starship prompt # init starship prompt
source ~/.cache/starship/init.nu source ~/.cache/starship/init.nu

View File

@ -63,3 +63,4 @@ let-env NU_PLUGIN_DIRS = [
mkdir ~/.cache/starship mkdir ~/.cache/starship
starship init nu | save ~/.cache/starship/init.nu starship init nu | save ~/.cache/starship/init.nu
zoxide init nushell | save ~/.cache/zoxide.nu