diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-14 17:12:09 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-14 17:12:09 +0200 |
commit | a6a19cdfe26813dd871b32e99e4df77870b7ac25 (patch) | |
tree | 1f49263847f1517f856f3714a61c39fc2bc4a228 /.bashrc_text | |
parent | runc*: bugfix (diff) | |
download | linux-home-a6a19cdfe26813dd871b32e99e4df77870b7ac25.tar.gz linux-home-a6a19cdfe26813dd871b32e99e4df77870b7ac25.zip |
get rid of multi-`source`ing protection
Diffstat (limited to '')
-rw-r--r-- | .bashrc_text | 6 |
1 files changed, 0 insertions, 6 deletions
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/'"'" |