diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-26 02:10:27 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-26 02:10:27 +0300 |
commit | 4042abe156b4f9cad30d66238b52fcd938043ded (patch) | |
tree | b351938efa93930aed703119e28c9c269516121f /.bashrc_netwrix | |
parent | add append_pgn, join_pgns (diff) | |
download | linux-home-4042abe156b4f9cad30d66238b52fcd938043ded.tar.gz linux-home-4042abe156b4f9cad30d66238b52fcd938043ded.zip |
split .bashrc into multiple files
Diffstat (limited to '.bashrc_netwrix')
-rw-r--r-- | .bashrc_netwrix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.bashrc_netwrix b/.bashrc_netwrix index a7bf8dc..4a33947 100644 --- a/.bashrc_netwrix +++ b/.bashrc_netwrix @@ -1,3 +1,7 @@ +[ ! -z "${BASHRC_NETWRIX+x}" ] && return || readonly BASHRC_NETWRIX=1 + +source .bashrc_text || return + nwx_host=172.28.10.2 nwx_dev2=172.28.19.60 nwx_dev3=172.28.19.61 |