This commit is contained in:
fz0x1 2024-11-24 18:47:52 +01:00
parent a23304753e
commit e35774c3b6
Signed by: fz0x1
GPG key ID: 6F81647BE1B459F4
16 changed files with 55 additions and 31 deletions

View file

@ -124,6 +124,10 @@ alias s_diary="cd ~/PKM/diary/ && git commit -am \"\$(date +%Y%m%d)\" && git pus
alias s_ledger="cd ~/PKM/ledger/ && git commit -am \"\$(date +%Y%m%d)\" && git push origin master ; cd ~"
## screenshots
alias scrn="screenshot.sh"
## secure deletion files
alias rrmm="shred -n 7 -z -u"
## secure deletion files in directory
alias frmm="find . -type f -exec shred -n 7 -z -u {} +"
# bindkeys
## autosuggest