mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 05:59:46 +08:00
Compare commits
No commits in common. "5c22c5812ec8b980d223b8252edc7759dd354014" and "1868c15ec6b13c2da20375780f1e8b8f61458be5" have entirely different histories.
5c22c5812e
...
1868c15ec6
@ -9,7 +9,7 @@ function fwl () {
|
||||
zones=("${(@f)$(sudo firewall-cmd --get-active-zones | grep -v 'interfaces\|sources')}")
|
||||
|
||||
for i in $zones; do
|
||||
sudo firewall-cmd --zone ${i/ \(default\)} --list-all
|
||||
sudo firewall-cmd --zone $i --list-all
|
||||
done
|
||||
|
||||
echo 'Direct Rules:'
|
||||
|
||||
@ -154,8 +154,7 @@ wrap_clipboard_widgets copy \
|
||||
vi-delete vi-delete-char vi-backward-delete-char
|
||||
|
||||
wrap_clipboard_widgets paste \
|
||||
vi-put-{before,after} \
|
||||
put-replace-selection
|
||||
vi-put-{before,after}
|
||||
|
||||
unfunction wrap_clipboard_widgets
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user