From 35cfda4ad752b2406df0f19dca2bae24eb9a2eb0 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Fri, 4 Aug 2017 09:50:06 +0200 Subject: [PATCH] =?UTF-8?q?Correct=20nftables=20->=20nft=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index f0c358e..c831c76 100644 --- a/zshrc +++ b/zshrc @@ -45,7 +45,7 @@ if [ ${USER} != "root" ]; then alias sd='sudo docker' alias si='sudo iptables -L -vn ' alias sj='sudo journalctl ' - alias sn='sudo nftables list ruleset' + alias sn='sudo nft list ruleset' alias sp='sudo puppet agent -t ' alias sv='sudo -E vi ' alias sz='sudo -E zsh'