From 5d4dca670644c9cfbb1f74a75b36a1bf653dc29c Mon Sep 17 00:00:00 2001 From: tomit4 Date: Tue, 18 Jan 2022 09:29:13 -0800 Subject: [PATCH] added diff alias --- bashrc.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"