ansible-role--bash/files/bashrc.d/70-util-fasd.sh
2024-07-12 14:12:40 +02:00

6 lines
69 B
Bash

if hash fasd >/dev/null 2>&1 ; then
eval "$(fasd --init auto)"
fi