diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-17 22:58:15 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-17 22:58:15 +0200 |
commit | 35d858363a88f1d985ba36cf0e18de6ab0ccfcd1 (patch) | |
tree | 611e856f77effc512aaa317137039bcb9f49060e /.bashrc_netwrix | |
parent | move Windows-specific stuff to .appdata/ (diff) | |
download | linux-home-35d858363a88f1d985ba36cf0e18de6ab0ccfcd1.tar.gz linux-home-35d858363a88f1d985ba36cf0e18de6ab0ccfcd1.zip |
move .bashrc_* to .bash_utils/
Diffstat (limited to '')
-rw-r--r-- | .bash_utils/netwrix.sh (renamed from .bashrc_netwrix) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc_netwrix b/.bash_utils/netwrix.sh index c20b32e..0f79937 100644 --- a/.bashrc_netwrix +++ b/.bash_utils/netwrix.sh @@ -5,8 +5,8 @@ # For details, see https://github.com/egor-tensin/cygwin-home. # Distributed under the MIT License. -source .bashrc_git || return -source .bashrc_text || return +source .bash_utils/git.sh || return +source .bash_utils/text.sh || return export nwx_host=172.28.10.2 export nwx_dev2=172.28.19.60 |