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