]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/zsh.json
Add Lunar Client (#179)
[xdg-ninja.git] / programs / zsh.json
1 {
2 "files": [
3 {
4 "path": "$HOME/.zcompcache",
5 "movable": true,
6 "help": "Set this in your zshrc:\n\n```bash\nzstyle ':completion:*' cache-path \"$XDG_CACHE_HOME\"/zsh/zcompcache\n```\n"
7 },
8 {
9 "path": "$HOME/.zcompdump",
10 "movable": true,
11 "help": "Set this in your zshrc:\n\n```bash\ncompinit -d \"$XDG_CACHE_HOME\"/zsh/zcompdump-\"$ZSH_VERSION\"\n```\n"
12 },
13 {
14 "path": "$HOME/.zhistory",
15 "movable": true,
16 "help": "Export the following environment variable:\n\n```bash\nexport HISTFILE=\"$XDG_STATE_HOME\"/zsh/history\n```\n"
17 },
18 {
19 "path": "$HOME/.histfile",
20 "movable": true,
21 "help": "Export the following environment variable:\n\n```bash\nexport HISTFILE=\"$XDG_STATE_HOME\"/zsh/history\n```\n"
22 },
23 {
24 "path": "$HOME/.zsh_history",
25 "movable": true,
26 "help": "Export the following environment variable:\n\n```bash\nexport HISTFILE=\"$XDG_STATE_HOME\"/zsh/history\n```\n"
27 },
28 {
29 "path": "$HOME/.zlogin",
30 "movable": true,
31 "help": "Move file to _\"$HOME\"/.config/zsh/.zlogin_ and export the following environment variable:\n\n```bash\nexport ZDOTDIR=\"$HOME\"/.config/zsh\n```\nYou can do this in _/etc/zsh/zshenv_.\n"
32 },
33 {
34 "path": "$HOME/.zprofile",
35 "movable": true,
36 "help": "Move file to _\"$HOME\"/.config/zsh/.zprofile_ and export the following environment variable:\n\n```bash\nexport ZDOTDIR=\"$HOME\"/.config/zsh\n```\nYou can do this in _/etc/zsh/zshenv_.\n"
37 },
38 {
39 "path": "$HOME/.zshenv",
40 "movable": true,
41 "help": "Move file to _\"$HOME\"/.config/zsh/.zshenv_ and export the following environment variable in _/etc/zsh/zshenv_:\n\n```bash\nexport ZDOTDIR=\"$HOME\"/.config/zsh\n```"
42 },
43 {
44 "path": "$HOME/.zshrc",
45 "movable": true,
46 "help": "Move file to _\"$HOME\"/.config/zsh/.zshrc_ and export the following environment variable:\n\n```bash\nexport ZDOTDIR=\"$HOME\"/.config/zsh\n```\nYou can do this in _/etc/zsh/zshenv_.\n"
47 }
48 ],
49 "name": "zsh"
50 }