updated shred alias to show progress(-v flag)

This commit is contained in:
tomit4 2022-03-05 08:38:34 -08:00
parent e717d21e61
commit a854c37df1

View file

@ -211,7 +211,7 @@ alias {rcrm,rrm}="doas xargs -d\\n rm -v" # when piped after locate or find comm
alias mv="mv -v"
alias ln="ln -i"
alias {doasedit,sudoedit}="doas rnano"
alias shred="doas shred -uz" # shreds the file and overwrites it with 1s and 0s
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 kfonts="kitty +list-fonts"
alias {kdiff,kitten,kd}="kitty +kitten diff"