From bd804243d2170bdefa7b2b0147ff32d0687007eb Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 26 Jul 2016 04:04:57 +0300 Subject: ignore `source` failures --- .bashrc_netwrix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.bashrc_netwrix') diff --git a/.bashrc_netwrix b/.bashrc_netwrix index 4a33947..56ba148 100644 --- a/.bashrc_netwrix +++ b/.bashrc_netwrix @@ -1,6 +1,7 @@ [ ! -z "${BASHRC_NETWRIX+x}" ] && return || readonly BASHRC_NETWRIX=1 -source .bashrc_text || return +source .bashrc_git +source .bashrc_text nwx_host=172.28.10.2 nwx_dev2=172.28.19.60 -- cgit v1.2.3