Fix Zoxide configuration for Arch

This commit is contained in:
Fabio Scotto di Santolo
2026-01-15 20:38:06 +01:00
parent e16bc7fb46
commit 2646ae89cb

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
if command -v /home/linuxbrew/.linuxbrew/bin/zoxide >/dev/null 2>&1; then
eval "$(/home/linuxbrew/.linuxbrew/bin/zoxide init bash)"
if command -v zoxide >/dev/null 2>&1; then
eval "$(zoxide init bash)"
fi