Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
db31d515
Commit
db31d515
authored
Sep 08, 2016
by
Rob Ede
Browse files
corrected alias documentation
parent
a64d018a
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/firewalld/readme.md
View file @
db31d515
...
@@ -2,18 +2,18 @@
...
@@ -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.
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
)
plugins
=(
... firewalld
)
```
```
## Aliases
## Aliases
| Alias | Command | Description |
| Alias | Command | Description |
| :---- | :----------------------------------- | :--------------------------- |
| :---- | :-----------------------------------
------
| :--------------------------- |
| fw |
`firewall-cmd`
| Shorthand |
| fw |
`
sudo
firewall-cmd`
| Shorthand |
| fwr |
`firewall-cmd --reload`
| Reload current configuration |
| fwr |
`
sudo
firewall-cmd --reload`
| Reload current configuration |
| fwp |
`firewall-cmd --permanent`
| Create permanent rule |
| fwp |
`
sudo
firewall-cmd --permanent`
| Create permanent rule |
| fwrp |
`firewall-cmd --runtime-to-permanent`
| Save current configuration |
| fwrp |
`
sudo
firewall-cmd --runtime-to-permanent`
| Save current configuration |
## Functions
## Functions
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment