feat: mute windows terminal ✨
This commit is contained in:
parent
d696afdd76
commit
1cd1e5a156
2 changed files with 4 additions and 2 deletions
|
|
@ -23,7 +23,8 @@
|
||||||
],
|
],
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"colorScheme": "Catppuccin Mocha"
|
"colorScheme": "Catppuccin Mocha",
|
||||||
|
"bellStyle": "none"
|
||||||
},
|
},
|
||||||
"list": [
|
"list": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,8 @@
|
||||||
],
|
],
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"colorScheme": "Catppuccin Latte"
|
"colorScheme": "Catppuccin Latte",
|
||||||
|
"bellStyle": "none"
|
||||||
},
|
},
|
||||||
"list": [
|
"list": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue