chore(zsh): whitespace for zoxide
This commit is contained in:
parent
43b8f5ed97
commit
f5c9f368f4
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue