summaryrefslogtreecommitdiff
path: root/dot-bashrc
diff options
context:
space:
mode:
authorJosé Juan Loeza Sierra <jj@xz6ze.com>2026-03-06 23:34:25 -0800
committerJosé Juan Loeza Sierra <jj@xz6ze.com>2026-03-06 23:34:25 -0800
commit737b89bda1a2ee4e55dbd5edb5e2bf2564fb38fd (patch)
treecf47b63a308bc762726aa452cd1574a03cd1a2be /dot-bashrc
parentaf02c64ccc39838cc4a4f607280661a9ac6b971d (diff)
remove sudo from firewall-cmd alias
Have now setup polkit, so no need to call sudo when using firewalld now.
Diffstat (limited to 'dot-bashrc')
-rw-r--r--dot-bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot-bashrc b/dot-bashrc
index 13d57f1..11fd88e 100644
--- a/dot-bashrc
+++ b/dot-bashrc
@@ -22,7 +22,7 @@ export PATH=~/.local/share/bob/nvim-bin:$PATH
shopt -s globstar
# firewall alias
-alias fw="sudo firewall-cmd"
+alias fw="firewall-cmd"
# use trash instead of rm
alias rm='echo "use trash instead"; false'