ansible-role--bashrc/files/bashrc.d/70-util-fasd.sh
2015-12-31 10:16:25 +01:00

6 lines
69 B
Bash

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