From 4042abe156b4f9cad30d66238b52fcd938043ded Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 26 Jul 2016 02:10:27 +0300 Subject: split .bashrc into multiple files --- .bashrc_third_party | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bashrc_third_party') 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 -- cgit v1.2.3