diff --git a/rc.d/zoxide b/rc.d/zoxide new file mode 100644 index 0000000..6282d76 --- /dev/null +++ b/rc.d/zoxide @@ -0,0 +1,5 @@ +#!/bin/bash + +if (command -v zoxide &>/dev/null); then + eval "$(zoxide init bash)" +fi