This commit is contained in:
2026-05-06 13:48:34 +08:00
parent 16ea678a72
commit 31e7a92cfe

View File

@@ -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"