ansible-role--bashrc/files/bashrc.d/70-util-darcs.sh

7 lines
101 B
Bash
Raw Normal View History

2015-11-17 23:57:38 +00:00
# Help darcs on network mounts
if hash darcs >/dev/null 2>&1 ; then
2015-11-17 23:57:38 +00:00
export DARCS_SLOPPY_LOCKS=1
fi
2015-11-17 23:57:38 +00:00