Termux: alias okc-gpg to gpg

This commit is contained in:
Marko Korhonen 2022-08-29 00:03:04 +03:00
parent 3be4018222
commit 3a6725ae09
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -43,6 +43,10 @@ pr() {
}
{%@@ endif @@%}
{%@@ if os == "termux" @@%}
alias okc-gpg='gpg'
{%@@ endif @@%}
# find and open man pages with fzf
fman() {
man -k . | fzf --prompt='Man> ' | awk '{print $1}' | xargs -r man