Skip to content

Commit

Permalink
mark zoom as not movable
Browse files Browse the repository at this point in the history
moving `$HOME/.zoom` and setting `$SSB_HOME` doesn't really do anything
  • Loading branch information
robsdudeson committed Dec 5, 2023
1 parent daead5d commit 8e32e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/zoom.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": [
{
"path": "$HOME/.zoom",
"movable": true,
"movable": false,
"help": "Unrecommended: setting the following variable moves the contents of .zoom but the directory itself always gets created. Moreover, it breaks some functionalities eg. being able to start a meeting:\n\n```bash\nexport SSB_HOME=\"$XDG_DATA_HOME\"/zoom\n```\n"
}
]
Expand Down

0 comments on commit 8e32e72

Please sign in to comment.