Skip to content

Commit

Permalink
Add zsh-evalcache (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuanianji authored Aug 18, 2024
1 parent 6277546 commit fed068c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions programs/zsh-evalcache.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"files": [
{
"path": "$HOME/.zsh-evalcache",
"movable": true,
"help": "Export the following environment variables:\n\n```bash\nexport ZSH_EVALCACHE_DIR=\"$XDG_CACHE_HOME\"/zsh/evalcache\"\n```\n."
}
],
"name": "zsh-evalcache"
}

0 comments on commit fed068c

Please sign in to comment.