added diff alias
This commit is contained in:
parent
6875e28a4f
commit
5d4dca6706
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ if [ $TERM == "xterm-256color" ] ; then
|
||||||
neofetch
|
neofetch
|
||||||
fi
|
fi
|
||||||
# create custom env variables:
|
# 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:
|
# custom BROWSER env for ddgr:
|
||||||
#export BROWSER=firefox-developer-edition
|
#export BROWSER=firefox-developer-edition
|
||||||
export BROWSER=links
|
export BROWSER=links
|
||||||
|
|
@ -220,6 +220,7 @@ alias catx="cat | xclip -sel clip"
|
||||||
alias xclear="echo '' | xclip && xclip -selection clipboard /dev/null"
|
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 pjson="json_pp | pygmentize -l json" # pipe expected json output through pjson to prettify it
|
||||||
alias ngrep="grep -v"
|
alias ngrep="grep -v"
|
||||||
|
alias diff="diff -wy"
|
||||||
alias exifread="exiftool"
|
alias exifread="exiftool"
|
||||||
alias exifrm="exiftool -all="
|
alias exifrm="exiftool -all="
|
||||||
alias {html,html_pp}="hxnormalize -e"
|
alias {html,html_pp}="hxnormalize -e"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue