aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.bashrc_text
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc_text')
-rw-r--r--.bashrc_text6
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/'"'"