updated shred alias to show progress(-v flag)
This commit is contained in:
parent
e717d21e61
commit
a854c37df1
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue