dotfiles

<-- duh.
Log | Files | Refs | LICENSE

commit 1b487d7f99e6d9e2b0adfc45bc34d674061220c5
parent f65a7feb3ac2347743f2f6fd64038e1e753e2723
Author: hhvn <dev@hhvn.uk>
Date:   Tue,  8 Feb 2022 12:00:52 +0000

.rcrc: gpg+convert aliases

Diffstat:
M.rcrc | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/.rcrc b/.rcrc @@ -179,6 +179,14 @@ fn _man { fn man { _man man $* } fn apropos { _man apropos $* } fn makewhatis { _man makewhatis $* } +fn gpg { gpg --armor $* } +fn convert { + if (flag i) { + builtin convert -monitor $* + } else { + builtin convert $* + } +} fn dict { @{ if (flag i) {