diff --git a/bashrc.txt b/bashrc.txt index d82ee44a..abf91b25 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -218,6 +218,7 @@ alias xsel="xclip -sel clip" alias catx="cat | xclip -sel clip" alias xclear="echo '' | xclip && xclip -selection clipboard /dev/null" alias pjson="json_pp | pygmentize -l json" # pipe expected json output through pjson to prettify it +alias ngrep="grep -v" alias exifread="exiftool" alias exifrm="exiftool -all=" alias html_pp="hxnormalize -e"