Created
September 5, 2023 03:27
-
-
Save stevedylandev/309e34c6a039e3fa30262c87ddbd1ce3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__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