From: W. Trevor King Date: Tue, 31 Dec 2013 19:39:36 +0000 (-0800) Subject: .pqivrc: Update for Pqiv v2.0 config syntax X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fe1332d443d4a2d8007012d6221bd23d8df98359;p=dotfiles-public.git .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 --- 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