5 lines
69 B
Bash
5 lines
69 B
Bash
|
|
if hash fasd >/dev/null 2>&1 ; then
|
|
eval "$(fasd --init auto)"
|
|
fi
|
|
|