aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.bashrc_netwrix3
-rw-r--r--.bashrc_pgn2
2 files changed, 3 insertions, 2 deletions
diff --git a/.bashrc_netwrix b/.bashrc_netwrix
index 4a33947..56ba148 100644
--- a/.bashrc_netwrix
+++ b/.bashrc_netwrix
@@ -1,6 +1,7 @@
[ ! -z "${BASHRC_NETWRIX+x}" ] && return || readonly BASHRC_NETWRIX=1
-source .bashrc_text || return
+source .bashrc_git
+source .bashrc_text
nwx_host=172.28.10.2
nwx_dev2=172.28.19.60
diff --git a/.bashrc_pgn b/.bashrc_pgn
index 373c5b3..23d83b1 100644
--- a/.bashrc_pgn
+++ b/.bashrc_pgn
@@ -1,6 +1,6 @@
[ ! -z "${BASHRC_PGN+x}" ] && return || readonly BASHRC_PGN=1
-source .bashrc_text || return
+source .bashrc_text
alias strip_pgn_clk='sed --binary --in-place '"'"'s/ {\[%clk [[:digit:]]\+:[[:digit:]]\+\(:[[:digit:]]\+\)*\]}//g'"'"
alias slice_pgn_moves='sed --binary --in-place '"'"'s/ \([[:digit:]]\+\.\)/\n\1/g'"'"