]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/zsh.json
Add missing underscore to jupyter entry (#457)
[xdg-ninja.git] / programs / zsh.json
index aa44c6d26c3207a1ab2cec61ea348e29d73b9ecf..7da0512254f533b25fd5002cef48fdcf2a67bab1 100644 (file)
@@ -1,5 +1,10 @@
 {
     "files": [
+        {
+            "help": "Set this in your zshenv:\n\n```bash\nSHELL_SESSIONS_DISABLE=1\n```\n\nShould only exist on macOS when using the default terminal.\n",
+            "movable": true,
+            "path": "$HOME/.zsh_sessions"
+        },
         {
             "help": "Set this in your zshrc:\n\n```bash\nzstyle ':completion:*' cache-path \"$XDG_CACHE_HOME\"/zsh/zcompcache\n```\n\nYou must manually create the _$XDG_CACHE_HOME/zsh_ directory if it doesn't exist yet.\n",
             "movable": true,