diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-09-21 19:12:30 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-09-21 19:12:30 +0300 |
commit | 011f6c244f8258ecd46aa78596009c205b2fae5a (patch) | |
tree | 51c3cf48d7a0a723407dd37956ce9ea6d4a4d16e | |
parent | add replace_word, swap_files (diff) | |
download | linux-home-011f6c244f8258ecd46aa78596009c205b2fae5a.tar.gz linux-home-011f6c244f8258ecd46aa78596009c205b2fae5a.zip |
.bashrc: source file.sh
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |