commit 1afe31d11b0738900ba2de337ec093994b4a9e89
parent 97f42b189f6d3b04a3a5d935e6d9178b346b0999
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Fri, 30 Dec 2011 15:15:23 +0100
checkhtml alias
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/zsh/alias b/zsh/alias
@@ -45,3 +45,4 @@ alias mi="notmuch search tag:inbox"
alias mw="grep \$\* | cut -d ' ' -f 1 | while read a; do notmuch show \$a; done | less"
alias msw="history | tail -1 | cut -d ' ' -f2- | mw \$\*"
alias myip="curl icanhazip.com"
+alias checkhtml="tidy -utf8 -errors -xml -quiet"