Skip to content

Instantly share code, notes, and snippets.

@stevedylandev
Created September 5, 2023 03:27
Show Gist options
  • Save stevedylandev/309e34c6a039e3fa30262c87ddbd1ce3 to your computer and use it in GitHub Desktop.
Save stevedylandev/309e34c6a039e3fa30262c87ddbd1ce3 to your computer and use it in GitHub Desktop.
__zoxide_zi () {
\builtin local result
result="$(\command zoxide query --interactive -- "$@")" && __zoxide_cd "${result}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment