✨ Found difftastic!
This commit is contained in:
parent
dfa03371d4
commit
89c2912d13
2 changed files with 6 additions and 1 deletions
3
aliases
3
aliases
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue