This commit is contained in:
committer@tuxwarrior
2026-02-24 18:35:15 -05:00
parent 56a2aa7cc9
commit 8f9f25bf72
12 changed files with 158 additions and 36 deletions

View File

@@ -28,13 +28,13 @@ alias azurevpnclient="/opt/microsoft/microsoft-azurevpnclient/microsoft-azurevpn
alias cp="cp -i" # confirm before overwriting something
alias ct="sudo ct"
#alias decrypt="gpg --decrypt"
alias decrypt="gpg --decrypt"
alias df='df -h' # human-readable sizes
alias diskusage="ncdu -x"
alias dragon="dragon-drop --and-exit --all --print-path"
alias du="du --summarize --human-readable"
alias dus="du --summarize --human-readable * | sort -h"
#alias encrypt="gpg --encrypt --sign --recipient frode@klevstul.com"
alias encrypt="gpg --encrypt --sign --recipient frode@klevstul.com"
alias faf="find . -type f -iname" # faf (find a file)
alias fif="grep -rnw . -e" # fif (find in file) | https://stackoverflow.com/questions/16956810/find-all-files-containing-a-specific-text-string-on-linux
alias gparted="sudo gparted"