Skip to content

Instantly share code, notes, and snippets.

@yooakim
Created May 15, 2024 14:10
Show Gist options
  • Save yooakim/6e06f7d543fa772494b237dbefa447e2 to your computer and use it in GitHub Desktop.
Save yooakim/6e06f7d543fa772494b237dbefa447e2 to your computer and use it in GitHub Desktop.
Windows Terminal DuckDb profile
{
"commandline": "duckdb.exe",
"cursorShape": "filledBox",
"font":
{
"face": "Cascadia Code"
},
"guid": "{5b381983-78db-4954-b6b0-8f1749cb7530}",
"hidden": false,
"icon": "ms-appdata:///roaming/DuckDB.png",
"name": "DuckDb",
"startingDirectory": "%USERPROFILE%"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment