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_netwrix | 6 ------ 1 file changed, 6 deletions(-) (limited to '.bashrc_netwrix') diff --git a/.bashrc_netwrix b/.bashrc_netwrix index c1df671..fb98fab 100644 --- a/.bashrc_netwrix +++ b/.bashrc_netwrix @@ -1,11 +1,5 @@ #!/usr/bin/env bash -if [ -n "${BASHRC_NETWRIX+x}" ]; then - return 0 -else - readonly BASHRC_NETWRIX=1 -fi - source .bashrc_git || return source .bashrc_text || return -- cgit v1.2.3