.pqivrc: Update for Pqiv v2.0 config syntax
authorW. Trevor King <wking@tremily.us>
Tue, 31 Dec 2013 19:39:36 +0000 (11:39 -0800)
committerW. Trevor King <wking@tremily.us>
Tue, 31 Dec 2013 19:39:36 +0000 (11:39 -0800)
pqiv switched to INI syntax with v2.0, so update the config
accordingly.

https://github.com/phillipberndt/pqiv/blob/master/pqiv.1

src/.pqivrc

index bcbfad77047c74777e862a6c5c29316622427723..4244d6e5ef85bf9077bef5e6aeae1e08bcabf7b0 100644 (file)
@@ -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