diff options
Diffstat (limited to '.bashrc_netwrix')
-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 |