Files
TerminalPolyjuice/bash/integrations/zoxide.sh
2026-04-03 16:15:31 +08:00

6 lines
104 B
Bash

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