Last active
April 16, 2025 16:24
-
-
Save renevdzee/a984daa767463fccdcb31aeedef36b21 to your computer and use it in GitHub Desktop.
DuckDB Windows Terminal Profile
This file contains hidden or 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
{ | |
"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" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.