added ngrep alias for grep -v
This commit is contained in:
parent
ef9cd9f814
commit
e93115325f
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue