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

7 lines
103 B
Bash
Raw Normal View History

2015-11-18 00:57:38 +01:00
# Help darcs on network mounts
2021-12-31 13:03:01 +01:00
if hash darcs > /dev/null 2>&1 ; then
export DARCS_SLOPPY_LOCKS=1
fi
2015-11-18 00:57:38 +01:00