feat(terminal): Change some stuff

This commit is contained in:
Uttarayan Mondal
2024-04-08 10:23:39 +05:30
parent 90eb3e4530
commit e7ba412c20
3 changed files with 10 additions and 8 deletions

View File

@@ -18,6 +18,9 @@
# font_size = 13.0;
};
shellIntegration.enableFishIntegration = true;
darwinLaunchOptions = [
"--single-instance"
];
theme = "Catppuccin-Mocha";
};
}