diff --git a/home/.config/zsh/03-aliases.zsh b/home/.config/zsh/03-aliases.zsh index 1e14d292..35f123a9 100644 --- a/home/.config/zsh/03-aliases.zsh +++ b/home/.config/zsh/03-aliases.zsh @@ -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