aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.bashrc
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-09-21 19:12:30 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-09-21 19:12:30 +0300
commit011f6c244f8258ecd46aa78596009c205b2fae5a (patch)
tree51c3cf48d7a0a723407dd37956ce9ea6d4a4d16e /.bashrc
parentadd replace_word, swap_files (diff)
downloadlinux-home-011f6c244f8258ecd46aa78596009c205b2fae5a.tar.gz
linux-home-011f6c244f8258ecd46aa78596009c205b2fae5a.zip
.bashrc: source file.sh
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 6a7450f..f92324a 100644
--- a/.bashrc
+++ b/.bashrc
@@ -221,6 +221,6 @@ alias cygwin_packages='cygcheck -cd'
[ -f '.bash_utils/cxx.sh' ] && source .bash_utils/cxx.sh
[ -f '.bash_utils/distr.sh' ] && source .bash_utils/distr.sh
+[ -f '.bash_utils/file.sh' ] && source .bash_utils/file.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