Skip to content

Commit

Permalink
fix(starship): fix typo and add more icons
Browse files Browse the repository at this point in the history
Signed-off-by: god464 <[email protected]>
  • Loading branch information
god464 committed Nov 4, 2024
1 parent 92623af commit 157180d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions modules/programs'/starship.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,17 @@ in
home-manager.users.cl.programs.starship = {
enable = true;
settings = {
c.symbol = "󰙱 ";
lua.symbol = "󰢱 ";
nix_shell.symbol = "󱄅 ";
python.symbol = " ";
rust.symbol = " ";
git_branch.symbol = " ";
git_state = {
conflicted = "";
ahead = "";
behind = "";
diverged = "";
git_status = {
conflicted = "󰇼";
ahead = "󰁝";
behind = "󰁅";
diverged = "󰹹";
untracked = "";
stashed = "";
modified = "";
Expand Down

0 comments on commit 157180d

Please sign in to comment.