From 008ddff37461e2c2467106548b4bb890947e2c97 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 11 Jun 2016 05:16:15 +0300 Subject: trimbom8 -> trimbom --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@" -- cgit v1.2.3