diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-26 04:04:57 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-26 04:04:57 +0300 |
commit | bd804243d2170bdefa7b2b0147ff32d0687007eb (patch) | |
tree | 5309361db969c29da0adb090c6840f410ee07d61 /.bashrc_netwrix | |
parent | remove unnecessary comments (diff) | |
download | linux-home-bd804243d2170bdefa7b2b0147ff32d0687007eb.tar.gz linux-home-bd804243d2170bdefa7b2b0147ff32d0687007eb.zip |
ignore `source` failures
Diffstat (limited to '')
-rw-r--r-- | .bashrc_netwrix | 3 |
1 files changed, 2 insertions, 1 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 |