6 lines
96 B
Bash
Executable File
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
|