Skip to content

Commit

Permalink
Add note for usql CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
hassankhan committed Feb 22, 2024
1 parent be7c37d commit 78c031e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions programs/usql.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"files": [
{
"path": "$HOME/.usql_history",
"movable": true,
"help": "Export the following environment variables:\n\n```bash\nexport USQL_HISTORY=\"$XDG_DATA_HOME\"/usql/history\n```\n"
},
{
"path": "$HOME/.usqlrc",
"movable": true,
"help": "Export the following environment variables:\n\n```bash\nexport USQLRC=\"$XDG_CONFIG_HOME\"/usql/config\n```\n"
}
],
"name": "usql"
}

0 comments on commit 78c031e

Please sign in to comment.