zoxide
This commit is contained in:
parent
fe1f67363b
commit
629f0448b7
1 changed files with 5 additions and 0 deletions
5
shell/profile.d/zoxide.sh
Normal file
5
shell/profile.d/zoxide.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
if command -v zoxide >/dev/null 2>&1; then
|
||||||
|
eval "$(zoxide init posix --hook prompt)"
|
||||||
|
fi
|
||||||
Loading…
Reference in a new issue