nushell: Add zoxide
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user