From 5caf476e271e0eb24dcdb236efcc520a7e27bec5 Mon Sep 17 00:00:00 2001 From: Julien Lutran Date: Thu, 29 Jan 2026 21:56:05 +0100 Subject: [PATCH] More bash aliases --- .bash_aliases | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index 79285ce..3335829 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -2,4 +2,6 @@ alias up='apt update && apt list --upgradable && apt dist-upgrade' alias ipt='ufw status numbered' alias wstats='watch -n 1 iostat -sxy --human sd{a,b} 1 1' alias lxc='incus' -alias lxcm='incus monitor --type=logging --pretty' +alias cmon='incus monitor --type=logging --pretty --loglevel=info' +alias ctop='incus top -c numD' +alias zl='zfs list -rt all -o space data/containers'