diff --git a/bash/.bashrc.d/zoxide.sh b/bash/.bashrc.d/zoxide.sh index 110cb32..1567673 100755 --- a/bash/.bashrc.d/zoxide.sh +++ b/bash/.bashrc.d/zoxide.sh @@ -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