feat(zsh): add zoxide configuration

This commit is contained in:
George Rawlinson 2022-06-14 17:13:44 +12:00
parent a8552fac0b
commit 6beace6c83
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
if command -v zoxide &> /dev/null; then
eval "$(zoxide init zsh)"
fi
# vim: ft=zsh expandtab tabstop=2 shiftwidth=2