File tree Expand file tree Collapse file tree 5 files changed +17
-2
lines changed Expand file tree Collapse file tree 5 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ alias remove="sudo pacman -R"
4040alias autoremove=" sudo pacman -Rns"
4141
4242# Fix keyring and gnupg mount isuue
43- alias fix-keys = " sudo rm -rvf /etc/pacman.d/gnupg && sudo pacman-key --init && sudo pacman-key --populate"
43+ alias fix-keys= " sudo rm -rvf /etc/pacman.d/gnupg && sudo pacman-key --init && sudo pacman-key --populate"
4444
4545# keyboard ctrl+arrow key issue solved
4646# bindkey '^[[1;5C' forward-word # Ctrl+Right arrow
Original file line number Diff line number Diff line change 1+ [Unit]
2+ Description =firewalld - dynamic firewall daemon
3+ After =network.target
4+
5+ [Service]
6+ Type =simple
7+ ExecStart =/usr/bin/firewalld --nofork --nopid
8+
9+ [Install]
10+ WantedBy =multi-user.target
11+
Original file line number Diff line number Diff line change 1+ ../firewalld.service
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ alias remove="sudo pacman -R"
4040alias autoremove=" sudo pacman -Rns"
4141
4242# Fix keyring and gnupg mount isuue
43- alias fix-keys = " sudo rm -rvf /etc/pacman.d/gnupg && sudo pacman-key --init && sudo pacman-key --populate"
43+ alias fix-keys= " sudo rm -rvf /etc/pacman.d/gnupg && sudo pacman-key --init && sudo pacman-key --populate"
4444
4545# keyboard ctrl+arrow key issue solved
4646# bindkey '^[[1;5C' forward-word # Ctrl+Right arrow
Original file line number Diff line number Diff line change @@ -206,3 +206,6 @@ mcfly
206206starship
207207zsh-history-substring-search
208208#grml-zsh-config
209+
210+ # Firewalld
211+ firewalld
You can’t perform that action at this time.
0 commit comments