dotfiles/zsh/plugins/zoxide.plugin.zsh

7 lines
123 B
Bash
Raw Normal View History

#!/usr/bin/env zsh
# zoxide - a better `cd` command
if command -v zoxide &>/dev/null; then
eval "$(zoxide init zsh)"
fi