From ba8d0dbdb94bf8062f06d82d26d97494bd4b5ce5 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Mon, 26 Dec 2022 15:28:26 +0330 Subject: update --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 7f28890..759908d 100644 --- a/.zshrc +++ b/.zshrc @@ -308,7 +308,7 @@ alias gpg2="HTTP_PROXY=socks5://127.0.0.1:9995 HTTPS_PROXY=socks5://127.0.0.1:99 alias gpg="HTTP_PROXY=socks5://127.0.0.1:9995 HTTPS_PROXY=socks5://127.0.0.1:9995 gpg" # alias lxctop='watch -x -c -d -t -n 5 lxc list -c n,t,4,a,b,u,e,D,m,S,s,P' alias lxctop='watch -x -c -d -t -n 5 lxc list -c n,t,4,volatile.eth0.hwaddr:MAC,a,b,u,e,D,m,S,s,P -f compact type=container status=running' -alias virttop='watch -x -c -d -t -n 5 virttop' +alias virttop='watch -x -c -t -n 5 virttop' alias iptables="grc iptables" alias ping="grc ping" alias list_iptables="sudo iptables -nvL --line-numbers" -- cgit v1.2.3