]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/tig.json
Add support for 1Password CLI. (#493)
[xdg-ninja.git] / programs / tig.json
index 6e7b38b000118693acb4c925f4a05ae040a8ea49..4c9c85d02045287830a71810bb71cce14bd31711 100644 (file)
@@ -2,9 +2,14 @@
     "name": "tig",
     "files": [
         {
-            "path": "${HOME}/.tig_history",
+            "path": "$HOME/.tig_history",
             "movable": true,
-            "help": "Supported\n\nThe file ${HOME}/.tig_history can be moved to ${XDG_DATA_HOME}/tig/history.\n"
-        }
+            "help": "Supported\n\nThe file $HOME/.tig_history can be moved to $XDG_DATA_HOME/tig/history.\n"
+        },
+       {
+           "path": "$HOME/.tigrc",
+           "movable": true,
+           "help": "Supported\n\nThe file $HOME/.tigrc can be moved to $XDG_CONFIG/tig/config.\n"
+       }
     ]
 }