diff --git a/bashrc.txt b/bashrc.txt index c8485534..ecec3ea1 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -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"