feat(zsh): add zoxide configuration
This commit is contained in:
parent
a8552fac0b
commit
6beace6c83
1 changed files with 4 additions and 0 deletions
4
zsh/.config/zsh/source/zoxide.zsh
Normal file
4
zsh/.config/zsh/source/zoxide.zsh
Normal 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
|
Loading…
Reference in a new issue