config-bash/rc.d/zoxide
2025-03-15 22:37:34 +00:00

6 lines
86 B
Bash

#!/bin/bash
if (command -v zoxide &>/dev/null); then
eval "$(zoxide init bash)"
fi