Files
config-bash/rc.d/zoxide
T

6 lines
86 B
Bash

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