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_text | 6 ------ 1 file changed, 6 deletions(-) (limited to '.bashrc_text') diff --git a/.bashrc_text b/.bashrc_text index 1641859..3f5c4fd 100644 --- a/.bashrc_text +++ b/.bashrc_text @@ -1,11 +1,5 @@ #!/usr/bin/env bash -if [ -n "${BASHRC_TEXT+x}" ]; then - return 0 -else - readonly BASHRC_TEXT=1 -fi - alias dos2eol='sed --binary --in-place '"'"'s/\(\r\?\)$//'"'" alias eol2dos='sed --binary --in-place '"'"'s/\r\?$/\r/'"'" -- cgit v1.2.3