Skip to content

Commit

Permalink
Merge pull request #298 from karma-riuk/antigen
Browse files Browse the repository at this point in the history
  • Loading branch information
b3nj5m1n authored Jul 31, 2023
2 parents 9a47529 + 951aacf commit 9d25faf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions programs/antigen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"files": [
{
"path": "$HOME/.antigen",
"movable": true,
"help": "Export the following environmental variable:\n\n```bash\nexport ADOTDIR=\"$XDG_DATA_HOME\"/antigen\n```\n\n_Note: do_ **not** _move the pre-existing antigen folder from $HOME/.antigen to the new location because it would make antigen crash (the reason is antigen hardcodes the \"$HOME/.antigen\" directory in the `init.zsh` file upon installation of the bundle), simply_ **remove** _\"$HOME/.antigen\" and the next time you will spawn an instance of zsh, antigen will install all the plugins correctly in the new location (and hardcode the new, correct, location)._\n"
}
],
"name": "antigen"
}

0 comments on commit 9d25faf

Please sign in to comment.