aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.bashrc
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-06-11 05:16:15 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-06-11 05:16:15 +0300
commit008ddff37461e2c2467106548b4bb890947e2c97 (patch)
tree0331716f0550075d822d7218494b472eb2d231db /.bashrc
parentrefactoring (diff)
downloadlinux-home-008ddff37461e2c2467106548b4bb890947e2c97.tar.gz
linux-home-008ddff37461e2c2467106548b4bb890947e2c97.zip
trimbom8 -> trimbom
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 94ac7b9..03ff1b3 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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 "$@"