diff options
Diffstat (limited to '.bashrc_third_party')
-rw-r--r-- | .bashrc_third_party | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.bashrc_third_party b/.bashrc_third_party index be33720..30a3b2b 100644 --- a/.bashrc_third_party +++ b/.bashrc_third_party @@ -1,3 +1,5 @@ +[ ! -z "${BASHRC_THIRD_PARTY+x}" ] && return || readonly BASHRC_THIRD_PARTY=1 + ensure_symlinks_enabled() { [ -z "${CYGWIN+x}" ] && return 1 |