aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.bash_utils
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-08-17 22:58:15 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2016-08-17 22:58:15 +0200
commit35d858363a88f1d985ba36cf0e18de6ab0ccfcd1 (patch)
tree611e856f77effc512aaa317137039bcb9f49060e /.bash_utils
parentmove Windows-specific stuff to .appdata/ (diff)
downloadlinux-home-35d858363a88f1d985ba36cf0e18de6ab0ccfcd1.tar.gz
linux-home-35d858363a88f1d985ba36cf0e18de6ab0ccfcd1.zip
move .bashrc_* to .bash_utils/
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