-
Notifications
You must be signed in to change notification settings - Fork 150
/
bash.json
40 lines (40 loc) · 1.46 KB
/
bash.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"files": [
{
"path": "$HOME/.bash_logout",
"movable": false,
"help": "Currently unsupported.\n\n_Relevant issue:_ https://savannah.gnu.org/support/?108134\n"
},
{
"path": "$HOME/.bash_login",
"movable": false,
"help": "Currently unsupported.\n\n_Relevant issue:_ https://savannah.gnu.org/support/?108134\n"
},
{
"path": "$HOME/.bash_profile",
"movable": false,
"help": "Currently unsupported.\n\n_Relevant issue:_ https://savannah.gnu.org/support/?108134\n"
},
{
"path": "$HOME/.bash_aliases",
"movable": false,
"help": "Currently unsupported.\n\n_Relevant issue:_ https://savannah.gnu.org/support/?108134\n"
},
{
"path": "$HOME/.bashrc",
"movable": false,
"help": "Currently unsupported.\n\n_Relevant issue:_ https://savannah.gnu.org/support/?108134\n"
},
{
"path": "$HOME/.oh-my-bash",
"movable": true,
"help": "Export the following environment variables:\n\n```bash\nexport OSH=\"$XDG_DATA_HOME/oh-my-bash\"\n```\n"
},
{
"path": "$HOME/.bash_history",
"movable": true,
"help": "Export the following environment variables:\n\n```bash\nexport HISTFILE=\"${XDG_STATE_HOME}\"/bash/history\n```\n"
}
],
"name": "bash"
}