Skip to content

Instantly share code, notes, and snippets.

@renevdzee
Last active April 16, 2025 16:24
Show Gist options
  • Save renevdzee/a984daa767463fccdcb31aeedef36b21 to your computer and use it in GitHub Desktop.
Save renevdzee/a984daa767463fccdcb31aeedef36b21 to your computer and use it in GitHub Desktop.
DuckDB Windows Terminal Profile
{
"profiles": [
{
"commandline": "%ProgramFiles%\\DuckDB\\duckdb.exe -cmd .utf8 -cmd \".prompt '\ud83e\udd86 ' '.. '\" -cmd \".print DuckDB\"",
"guid": "{a6596808-443b-47e8-92b5-afffb4256702}",
"hidden": false,
"icon": "%ProgramFiles%\\DuckDB\\DuckDB.exe,0",
"name": "DuckDB",
"showMarksOnScrollbar": true,
"autoMarkPrompts": true,
"tabColor": "#fff100"
}
]
}
@renevdzee
Copy link
Author

renevdzee commented Sep 27, 2024

Create the folder %PROGRAMDATA%\Microsoft\Windows Terminal\Fragments\DuckDB and put DuckDB.json in there.
For some reason the -cmd ".print DuckDB" is necessary , otherwise the unicode 🦆prompt won't show.

@renevdzee
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment