Skip to content

Instantly share code, notes, and snippets.

@nikvdp
Created January 15, 2022 07:47
Show Gist options
  • Save nikvdp/330c113ed6187ac04785acf6162081c7 to your computer and use it in GitHub Desktop.
Save nikvdp/330c113ed6187ac04785acf6162081c7 to your computer and use it in GitHub Desktop.
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