From d938938e99e66e10610c0736a6d8ca83f657ae98 Mon Sep 17 00:00:00 2001 From: mbays Date: Sat, 4 May 2024 00:00:00 +0000 Subject: [PATCH] diohscrc.sample: fix GMIR alias --- diohscrc.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diohscrc.sample b/diohscrc.sample index 2083d88..62b7d7d 100644 --- a/diohscrc.sample +++ b/diohscrc.sample @@ -73,4 +73,4 @@ # For use with https://github.com/codesoap/gmir . # Requires perl with the URI library (which you probably have). # If you select a link in gmir, it will be added to the diohsc queue. -#alias GMIR !rel="$(gmir "%s")"; [ -n "$rel" ] && echo "$(perl -e 'use URI; print URI->new_abs(shift, shift)')' "$rel" "$URI") >> ~/.diohsc/queue" +#alias GMIR !rel="$(gmir "%s")"; [ -n "$rel" ] && echo "$(perl -e 'use URI; print URI->new_abs(shift, shift)')' "$rel" "$URI")" >> ~/.diohsc/queue -- 2.11.4.GIT