]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/zsh.json
user should change paths in the cabal config file as well (#87)
[xdg-ninja.git] / programs / zsh.json
index 2c173a1d94c0c35264d30c4bf69d7d143d6bbead..096c00712b891b840563e97f378d7afb0705d5d5 100644 (file)
         {
             "path": "$HOME/.histfile",
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport HISTFILE=\"$XDG_DATA_HOME\"/zsh/history \n```\n"
+            "help": "Export the following environment variables:\n\n```bash\nexport HISTFILE=\"$XDG_STATE_HOME\"/zsh/history \n```\n"
+        },
+        {
+            "path": "$HOME/.zsh_history",
+            "movable": true,
+            "help": "Export the following environment variables:\n\n```bash\nexport HISTFILE=\"$XDG_STATE_HOME\"/zsh/history \n```\n"
         },
         {
             "path": "$HOME/.zlogin",
@@ -32,4 +37,4 @@
         }
     ],
     "name": "zsh"
-}
\ No newline at end of file
+}