diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-11 05:16:15 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-11 05:16:15 +0300 |
commit | 008ddff37461e2c2467106548b4bb890947e2c97 (patch) | |
tree | 0331716f0550075d822d7218494b472eb2d231db | |
parent | refactoring (diff) | |
download | linux-home-008ddff37461e2c2467106548b4bb890947e2c97.tar.gz linux-home-008ddff37461e2c2467106548b4bb890947e2c97.zip |
trimbom8 -> trimbom
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -253,7 +253,7 @@ alias trimdoseol='sed --binary --in-place -e :a -e '"'"'/^\(\r\n\)*\r$/{$d;N;ba} alias eol='sed --binary --in-place '"'"'$a\'"'" alias doseol='sed --binary --in-place '"'"'$s/\r\?$/\r/;a\'"'" -alias trimbom8='sed --binary --in-place '"'"'1 s/^\xef\xbb\xbf//'"'" +alias trimbom='sed --binary --in-place '"'"'1 s/^\xef\xbb\xbf//'"'" lint() { trim "$@" && trimeol "$@" && eol "$@" |