aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.appdata/appdata.sh (renamed from .bashrc_third_party)0
-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
-rw-r--r--.bashrc11
7 files changed, 7 insertions, 8 deletions
diff --git a/.bashrc_third_party b/.appdata/appdata.sh
index 58cc7da..58cc7da 100644
--- a/.bashrc_third_party
+++ b/.appdata/appdata.sh
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
diff --git a/.bashrc b/.bashrc
index 05e1738..c425a79 100644
--- a/.bashrc
+++ b/.bashrc
@@ -211,9 +211,8 @@ alias list_packages='cygcheck -cd'
export PYTHONSTARTUP="$HOME/.pythonrc"
-[ -f '.bashrc_cxx' ] && source .bashrc_cxx
-[ -f '.bashrc_distr' ] && source .bashrc_distr
-[ -f '.bashrc_git' ] && source .bashrc_git
-[ -f '.bashrc_netwrix' ] && source .bashrc_netwrix
-[ -f '.bashrc_text' ] && source .bashrc_text
-[ -f ".bashrc_third_party" ] && source .bashrc_third_party
+[ -f '.bash_utils/cxx.sh' ] && source .bash_utils/cxx.sh
+[ -f '.bash_utils/distr.sh' ] && source .bash_utils/distr.sh
+[ -f '.bash_utils/git.sh' ] && source .bash_utils/git.sh
+[ -f '.bash_utils/netwrix.sh' ] && source .bash_utils/netwrix.sh
+[ -f '.bash_utils/text.sh' ] && source .bash_utils/text.sh