disable add_newline in the starship config

This commit is contained in:
Seaswimmer 2024-11-19 22:17:10 -05:00
parent 0c6ce9596a
commit 47a7e8f518
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -54,8 +54,8 @@
success_symbol = "[ ](#a6e3a1) ";
error_symbol = "[ ](#f38ba8) ";
};
add_newline = false;
};
};
users.defaultUserShell = pkgs.zsh;
programs.zsh = {