From 4be2e71e4aef88fdeef4f6ece63b4ef32155cb7f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 4 Oct 2017 01:59:22 +0300 Subject: don't source files twice --- %HOME%/.bash_utils/git.sh | 2 -- 1 file changed, 2 deletions(-) (limited to '%HOME%/.bash_utils/git.sh') 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' -- cgit v1.2.3