-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add matplotlib, terraform and ts-node
Closes #132
- Loading branch information
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"files": [ | ||
{ | ||
"help": "Matplotlib will use _XDG_CONFIG_HOME/matplotlib_ and _XDG_CACHE_HOME/matplotlib_ on linux by default if the directories are writable.\n\nYou can also set the _MPLCONFIGDIR_ environment variable, see the [documentation](https://matplotlib.org/stable/users/faq/environment_variables_faq.html#envvar-MPLCONFIGDIR).\n", | ||
"movable": true, | ||
"path": "$HOME/.matplotlib" | ||
} | ||
], | ||
"name": "matplotlib" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"files": [ | ||
{ | ||
"help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/hashicorp/terraform/pull/31952\n", | ||
"movable": false, | ||
"path": "$HOME/.terraform.d" | ||
} | ||
], | ||
"name": "terraform" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"files": [ | ||
{ | ||
"help": "Export the following environment variables:\n\n```bash\nexport TS_NODE_HISTORY=\"$XDG_STATE_HOME\"/ts_node_repl_history\n```\n", | ||
"movable": true, | ||
"path": "$HOME/.ts_node_repl_history" | ||
} | ||
], | ||
"name": "ts-node" | ||
} |