Found difftastic!

This commit is contained in:
z3rOR0ne 2022-09-11 07:29:26 -07:00
parent dfa03371d4
commit 89c2912d13
2 changed files with 6 additions and 1 deletions

View file

@ -65,6 +65,7 @@ alias {doasedit,sudoedit}="doas rnano"
alias clean_cache="doas paccache -r && doas rm -r /home/brian/.cache/*"
alias shred="doas shred -uzv" # shreds the file and overwrites it with 1s and 0s, shows progress
alias indelible="doas chattr +i" # makes a file impossible to delete (except with sudo)
alias diff=difft
alias cdiff="colordiff"
alias kfonts="kitty +list-fonts"
alias {kdiff,kitten,kd}="kitty +kitten diff"
@ -143,7 +144,7 @@ alias {xsel,catx}="xclip -sel clip" # useful with < or | redirection operators
alias catp="xclip -out -selection clipboard; echo"
alias mouse="mousepad"
alias xclear="echo '' | xclip && xclip -selection clipboard /dev/null"
alias diff="diff -wy"
# alias diff="diff -wy"
alias exifread="exiftool"
alias exifrm="exiftool -all="
alias {html,html_pp}="hxnormalize -e"

View file

@ -72,3 +72,7 @@ doas mv someapp someapp_disabled (will break the link, simply name it back to it
Install ncpamixer (ncurses pavu controller replacement)
paru ncpamixer (1st)
Install difftastic (better diff version with colors written in rust)
paru difftastic (only 1 option, very new program)