Files
dotfiles/bash/.bashrc.d/zoxide.sh
2026-01-15 20:38:59 +01:00

6 lines
96 B
Bash
Executable File

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