[feat] Add ncmpcpp basic config

This commit is contained in:
uttarayan21
2024-03-17 05:08:06 +05:30
parent 33a94911df
commit d1edabe192
4 changed files with 19 additions and 63 deletions

View File

@@ -22,6 +22,7 @@ commands = f"{RUSTUP_HOME}/toolchains/{TOOLCHAIN}/lib/rustlib/etc/lldb_commands"
# Print or use the 'settings' variable as needed
print(settings)
print(commands)
# Append settings to commands file
with open(commands, "a") as f:
f.write(settings)
# with open(commands, "a") as f:
# f.write(settings)