aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.bashrc
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 /.bashrc
parentmove Windows-specific stuff to .appdata/ (diff)
downloadlinux-home-35d858363a88f1d985ba36cf0e18de6ab0ccfcd1.tar.gz
linux-home-35d858363a88f1d985ba36cf0e18de6ab0ccfcd1.zip
move .bashrc_* to .bash_utils/
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc11
1 files changed, 5 insertions, 6 deletions
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