From cd4ac0336de542278eb2397282ea629af202e8d0 Mon Sep 17 00:00:00 2001 From: José Juan Loeza Sierra Date: Fri, 8 Aug 2025 23:57:01 -0700 Subject: add firewall alias --- dot-bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot-bashrc b/dot-bashrc index b1ad28a..7fcf43b 100644 --- a/dot-bashrc +++ b/dot-bashrc @@ -14,6 +14,9 @@ export EDITOR=nvim # include home binaries export PATH=$PATH:~/.bin +# firewall alias +alias fw="sudo firewall-cmd" + # use trash instead of rm alias rm='echo "use trash instead"; false' alias tm='trash-put' -- cgit v1.3