6 lines
86 B
Bash
6 lines
86 B
Bash
#!/bin/bash
|
|
|
|
if (command -v zoxide &>/dev/null); then
|
|
eval "$(zoxide init bash)"
|
|
fi
|