Skip to content

Commit

Permalink
Use local zoxide, awaiting release ajeetdsouza/zoxide#632
Browse files Browse the repository at this point in the history
  • Loading branch information
arkrost committed Dec 2, 2023
1 parent 0f0a4ef commit 4b882bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nu/env.nu
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ $env.ENV_CONVERSIONS = {
mkdir "~/.cache/nu"
/opt/homebrew/bin/atuin init nu | save -f "~/.cache/nu/atuin.nu"
/opt/homebrew/bin/starship init nu | save -f "~/.cache/nu/starship.nu"
/opt/homebrew/bin/zoxide init nushell | save -f "~/.cache/nu/zoxide.nu"
# /opt/homebrew/bin/zoxide init nushell | save -f "~/.cache/nu/zoxide.nu"
~/.local/bin/zoxide init nushell | save -f "~/.cache/nu/zoxide.nu"

0 comments on commit 4b882bd

Please sign in to comment.