File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ alias unlock="sudo rm /var/lib/pacman/db.lck"
3939alias remove=" sudo pacman -R"
4040alias autoremove=" sudo pacman -Rns"
4141
42+ # 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"
44+
4245# keyboard ctrl+arrow key issue solved
4346# bindkey '^[[1;5C' forward-word # Ctrl+Right arrow
4447# bindkey '^[[1;5D' backward-word # Ctrl+Left arrow
Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ alias unlock="sudo rm /var/lib/pacman/db.lck"
3939alias remove=" sudo pacman -R"
4040alias autoremove=" sudo pacman -Rns"
4141
42+ # 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"
44+
4245# keyboard ctrl+arrow key issue solved
4346# bindkey '^[[1;5C' forward-word # Ctrl+Right arrow
4447# bindkey '^[[1;5D' backward-word # Ctrl+Left arrow
You can’t perform that action at this time.
0 commit comments