commit 18da501d5e8238358e0ee8a66d9344e11ce63c07
parent 2d299bd7f4e8aa5f7eea4256e3a6c4ceb252b8c4
Author: hhvn <dev@hhvn.uk>
Date: Fri, 15 Apr 2022 12:12:07 +0100
Prevent infinite loop in the GPG alias/function
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.rcrc b/.rcrc
@@ -179,7 +179,7 @@ fn _man {
fn man { _man man $* }
fn apropos { _man apropos $* }
fn makewhatis { _man makewhatis $* }
-fn gpg { gpg --armor $* }
+fn gpg { builtin gpg --armor $* }
fn convert {
if (flag i) {
builtin convert -monitor $*