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 ++- .bashrc_pgn | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 diff --git a/.bashrc_pgn b/.bashrc_pgn index 373c5b3..23d83b1 100644 --- a/.bashrc_pgn +++ b/.bashrc_pgn @@ -1,6 +1,6 @@ [ ! -z "${BASHRC_PGN+x}" ] && return || readonly BASHRC_PGN=1 -source .bashrc_text || return +source .bashrc_text alias strip_pgn_clk='sed --binary --in-place '"'"'s/ {\[%clk [[:digit:]]\+:[[:digit:]]\+\(:[[:digit:]]\+\)*\]}//g'"'" alias slice_pgn_moves='sed --binary --in-place '"'"'s/ \([[:digit:]]\+\.\)/\n\1/g'"'" -- cgit v1.2.3