diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-26 02:12:14 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-26 02:12:14 +0300 |
commit | 931fc3c23246b4b17e47d352ad7d7601a92045a7 (patch) | |
tree | c0de1e93c50868fe88700ac9f944c683f88d2bb0 /.bashrc_text | |
parent | split .bashrc into multiple files (diff) | |
download | linux-home-931fc3c23246b4b17e47d352ad7d7601a92045a7.tar.gz linux-home-931fc3c23246b4b17e47d352ad7d7601a92045a7.zip |
remove unnecessary comments
Diffstat (limited to '.bashrc_text')
-rw-r--r-- | .bashrc_text | 3 |
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/'"'" |