Termux: alias okc-gpg to gpg

This commit is contained in:
Marko Korhonen 2022-08-29 00:03:04 +03:00
parent c473cb5d9a
commit ae89052aef

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