/+ du, dus, tree
This commit is contained in:
@@ -27,7 +27,8 @@ alias azurevpnclient="/opt/microsoft/microsoft-azurevpnclient/microsoft-azurevpn
|
||||
alias dbgate="/home/poq/syncDir/quick/swas/installationFiles/dbGate/dbgate-latest.AppImage"
|
||||
alias ct="sudo ct"
|
||||
alias dr="dragon-drop --and-exit --all --print-path"
|
||||
alias du="du --summarize --human-readable *"
|
||||
alias du="du --summarize --human-readable"
|
||||
alias dus="du --summarize --human-readable * | sort -h"
|
||||
alias ffind="sudo find / -type f -name"
|
||||
alias gparted="sudo gparted"
|
||||
alias grep='grep --color=auto'
|
||||
@@ -44,6 +45,7 @@ alias tp="tp.sh"
|
||||
alias tp-empty="trash-empty"
|
||||
alias tp-list="tree ~/.local/share/Trash/"
|
||||
alias tp-restore="trash-restore"
|
||||
alias tree="tree --du -h"
|
||||
#alias cp="cp -i" # confirm before overwriting something
|
||||
#alias df='df -h' # human-readable sizes
|
||||
#alias dpi="xrandr --dpi"
|
||||
|
||||
Reference in New Issue
Block a user