Skip to content

Commit

Permalink
fix(shell): Update prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 14, 2023
1 parent 4f7831a commit f3f786e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/shell/nushell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ in {
starship = {
enable = true;
settings = {
add_newline = true;
add_newline = false;
character = {
success_symbol = "[](bold green)";
error_symbol = "[](bold red)";
success_symbol = "[λ](bold green)";
error_symbol = "[λ](bold red)";
};
};
};
Expand Down

0 comments on commit f3f786e

Please sign in to comment.