update
This commit is contained in:
@@ -13,7 +13,7 @@ alias cp="cp -rv"
|
||||
alias free="free -h"
|
||||
alias du="du -h"
|
||||
alias df="df -hT" # T: show filesystem type
|
||||
alias dfo="df | grep -v tmpfs"
|
||||
alias dfo="df | grep -vE 'tmpfs|overlay'"
|
||||
|
||||
# Systemctl
|
||||
alias sctl="systemctl"
|
||||
|
||||
Reference in New Issue
Block a user