summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/firewalld/readme.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/firewalld/readme.md b/plugins/firewalld/readme.md
index 611ad6de0..8b5bc74d4 100644
--- a/plugins/firewalld/readme.md
+++ b/plugins/firewalld/readme.md
@@ -2,18 +2,18 @@
This plugin adds some aliases and functions for FirewallD using the `firewalld-cmd` command. To use it, add firewalld to your plugins array.
-```
+```zsh
plugins=(... firewalld)
```
## Aliases
-| Alias | Command | Description |
-| :---- | :----------------------------------- | :--------------------------- |
-| fw | `firewall-cmd` | Shorthand |
-| fwr | `firewall-cmd --reload` | Reload current configuration |
-| fwp | `firewall-cmd --permanent` | Create permanent rule |
-| fwrp | `firewall-cmd --runtime-to-permanent` | Save current configuration |
+| Alias | Command | Description |
+| :---- | :----------------------------------------- | :--------------------------- |
+| fw | `sudo firewall-cmd` | Shorthand |
+| fwr | `sudo firewall-cmd --reload` | Reload current configuration |
+| fwp | `sudo firewall-cmd --permanent` | Create permanent rule |
+| fwrp | `sudo firewall-cmd --runtime-to-permanent` | Save current configuration |
## Functions