aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.bash_utils/git.sh
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-10-04 01:59:22 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-10-04 01:59:22 +0300
commit4be2e71e4aef88fdeef4f6ece63b4ef32155cb7f (patch)
tree3751b3c2ad99fa1f8df457e3bf9fce2ce83f0525 /%HOME%/.bash_utils/git.sh
parent.bashrc: source optional .bash_aliases (diff)
downloadlinux-home-4be2e71e4aef88fdeef4f6ece63b4ef32155cb7f.tar.gz
linux-home-4be2e71e4aef88fdeef4f6ece63b4ef32155cb7f.zip
don't source files twice
Diffstat (limited to '')
-rw-r--r--%HOME%/.bash_utils/git.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/%HOME%/.bash_utils/git.sh b/%HOME%/.bash_utils/git.sh
index a9d4721..acf7ff8 100644
--- a/%HOME%/.bash_utils/git.sh
+++ b/%HOME%/.bash_utils/git.sh
@@ -5,8 +5,6 @@
# For details, see https://github.com/egor-tensin/cygwin-home.
# Distributed under the MIT License.
-source "$HOME/.bash_utils/text.sh"
-
alias branch_files='git ls-tree -r --name-only HEAD'
alias branch_dirs='git ls-tree -r --name-only HEAD -d'