Skip to content

Commit d017fa0

Browse files
Done V0.0.1
2 parents 968c64d + bf2a2b5 commit d017fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/alacritty.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Alacritty {
4040
this.configFile = `${this.basePath}/alacritty.yml`;
4141
if (!fs.existsSync(this.configFile)) {
4242
log(warning("Config file not found"));
43-
fs.writeFileSync(this.configFile);
43+
fs.openSync(this.configFile, "a");
4444
log("Created config file =>");
4545
log(chalk.blue(this.configFile));
4646
}

0 commit comments

Comments
 (0)