wip
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user