diff options
Diffstat (limited to '')
-rw-r--r-- | .bash_utils/cxx.sh (renamed from .bashrc_cxx) | 0 | ||||
-rw-r--r-- | .bash_utils/distr.sh (renamed from .bashrc_distr) | 0 | ||||
-rw-r--r-- | .bash_utils/git.sh (renamed from .bashrc_git) | 0 | ||||
-rw-r--r-- | .bash_utils/netwrix.sh (renamed from .bashrc_netwrix) | 4 | ||||
-rw-r--r-- | .bash_utils/text.sh (renamed from .bashrc_text) | 0 |
5 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc_cxx b/.bash_utils/cxx.sh index 49d4549..49d4549 100644 --- a/.bashrc_cxx +++ b/.bash_utils/cxx.sh diff --git a/.bashrc_distr b/.bash_utils/distr.sh index 8e7b84c..8e7b84c 100644 --- a/.bashrc_distr +++ b/.bash_utils/distr.sh diff --git a/.bashrc_git b/.bash_utils/git.sh index 54e50f6..54e50f6 100644 --- a/.bashrc_git +++ b/.bash_utils/git.sh 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 diff --git a/.bashrc_text b/.bash_utils/text.sh index 5a678ee..5a678ee 100644 --- a/.bashrc_text +++ b/.bash_utils/text.sh |