summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorRob Ede <robjtede@gmail.com>2016-09-08 00:27:46 +0100
committerRob Ede <robjtede@gmail.com>2016-09-08 00:27:46 +0100
commitdb31d5157669b77b016a105dfdc53db9160a53d0 (patch)
treea10db2a475859b614b12b19e3e586a8cb95cb1d1 /plugins
parenta64d018a9d483e0535d6d77d10c9ff2771d0cb41 (diff)
downloadzsh-db31d5157669b77b016a105dfdc53db9160a53d0.tar.gz
zsh-db31d5157669b77b016a105dfdc53db9160a53d0.tar.bz2
zsh-db31d5157669b77b016a105dfdc53db9160a53d0.zip
corrected alias documentation
Diffstat (limited to 'plugins')
-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