-
-
Save nikvdp/330c113ed6187ac04785acf6162081c7 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
j() { | |
[ $# -gt 0 ] && z "$*" && return | |
cd "$(z -l 2>&1 | fzf --height 40% --nth 2.. --reverse --inline-info +s --tac --query "${*##-* }" | sed 's/^[0-9,.]* *//')" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment