aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-12-26 11:58:26 +0000
committerterminaldweller <thabogre@gmail.com>2022-12-26 11:58:26 +0000
commitba8d0dbdb94bf8062f06d82d26d97494bd4b5ce5 (patch)
treebadf3734201b239672def67383b05b9ee71c5e75 /.zshrc
parentupdate (diff)
downloadscripts-ba8d0dbdb94bf8062f06d82d26d97494bd4b5ce5.tar.gz
scripts-ba8d0dbdb94bf8062f06d82d26d97494bd4b5ce5.zip
update
Diffstat (limited to '')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
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"