From 95899cfc0ad7da47c362d1ff016586aa029648b6 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Fri, 24 Dec 2021 16:44:53 -0800 Subject: [PATCH] updated html_pp --- bashrc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc.txt b/bashrc.txt index 94707a4c..a42ecb78 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -222,7 +222,7 @@ alias pjson="json_pp | pygmentize -l json" # pipe expected json output through p alias ngrep="grep -v" alias exifread="exiftool" alias exifrm="exiftool -all=" -alias html_pp="hxnormalize -e" +alias {html,html_pp}="hxnormalize -e" alias {mop,market,stonks,stocks}="cd ~/aur_packages/mop && go run ./cmd/mop/main.go && cd" alias {trans,translate}="gtktranslate" alias ddgr="ddgr -n 25"