aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-07-26 02:12:14 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-07-26 02:12:14 +0300
commit931fc3c23246b4b17e47d352ad7d7601a92045a7 (patch)
treec0de1e93c50868fe88700ac9f944c683f88d2bb0
parentsplit .bashrc into multiple files (diff)
downloadlinux-home-931fc3c23246b4b17e47d352ad7d7601a92045a7.tar.gz
linux-home-931fc3c23246b4b17e47d352ad7d7601a92045a7.zip
remove unnecessary comments
Diffstat (limited to '')
-rw-r--r--.bashrc_text3
1 files changed, 0 insertions, 3 deletions
diff --git a/.bashrc_text b/.bashrc_text
index 2c25ff3..ed9bac6 100644
--- a/.bashrc_text
+++ b/.bashrc_text
@@ -1,8 +1,5 @@
[ ! -z "${BASHRC_TEXT+x}" ] && return || readonly BASHRC_TEXT=1
-# Handy sed one-liners
-# --------------------
-
alias dos2eol='sed --binary --in-place '"'"'s/\(\r\?\)$//'"'"
alias eol2dos='sed --binary --in-place '"'"'s/\r\?$/\r/'"'"