chore(zsh): whitespace for zoxide

This commit is contained in:
George Rawlinson 2022-06-14 21:21:28 +12:00
parent 43b8f5ed97
commit f5c9f368f4
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 5 additions and 0 deletions

View File

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