Skip to content

Commit

Permalink
feat(starship): tweak shell icons
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Aug 9, 2024
1 parent 671dd40 commit 01234c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/starship/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@

shell = {
disabled = false;
fish_indicator = "🐟";
bash_indicator = "💩";
nu_indicator = "🦀";
};

status = {
Expand Down

0 comments on commit 01234c7

Please sign in to comment.