From a6a19cdfe26813dd871b32e99e4df77870b7ac25 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 14 Aug 2016 17:12:09 +0200 Subject: get rid of multi-`source`ing protection --- .bashrc_git | 6 ------ 1 file changed, 6 deletions(-) (limited to '.bashrc_git') diff --git a/.bashrc_git b/.bashrc_git index 5b930a1..7d76e4b 100644 --- a/.bashrc_git +++ b/.bashrc_git @@ -1,11 +1,5 @@ #!/usr/bin/env bash -if [ -n "${BASHRC_GIT+x}" ]; then - return 0 -else - readonly BASHRC_GIT=1 -fi - list_repo_files() ( set -o errexit -o nounset -o pipefail -- cgit v1.2.3