From fe1332d443d4a2d8007012d6221bd23d8df98359 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 31 Dec 2013 11:39:36 -0800 Subject: [PATCH] .pqivrc: Update for Pqiv v2.0 config syntax pqiv switched to INI syntax with v2.0, so update the config accordingly. https://github.com/phillipberndt/pqiv/blob/master/pqiv.1 --- src/.pqivrc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/.pqivrc b/src/.pqivrc index bcbfad7..4244d6e 100644 --- a/src/.pqivrc +++ b/src/.pqivrc @@ -1,6 +1,7 @@ --1 "cache-file.sh -l saves" --2 "cache-file.sh trash" --3 "cache-file.sh -r" --4 "cache-file.sh good" --5 "cache-file.sh empty" --6 "cache-file.sh crud" +[options] +command-1 = cache-file.sh -l saves +command-2 = cache-file.sh trash +command-3 = cache-file.sh -r +command-4 = cache-file.sh good +command-5 = cache-file.sh empty +command-6 = cache-file.sh crud -- 2.26.2