added diff alias

This commit is contained in:
tomit4 2022-01-18 09:29:13 -08:00
parent 6875e28a4f
commit 5d4dca6706

View file

@ -5,7 +5,7 @@ if [ $TERM == "xterm-256color" ] ; then
neofetch
fi
# create custom env variables:
export cproj="/home/brian/scripts"
export cproj="/home/brian/Documents/Code/web_tutorials/free_code_camp/asteroids"
# custom BROWSER env for ddgr:
#export BROWSER=firefox-developer-edition
export BROWSER=links
@ -220,6 +220,7 @@ 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 diff="diff -wy"
alias exifread="exiftool"
alias exifrm="exiftool -all="
alias {html,html_pp}="hxnormalize -e"