Skip to content

Commit

Permalink
auto: modified +1 -1 in .zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwater committed Feb 9, 2025
1 parent 8e7e700 commit 3b9d5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ hostname_color() {
sinon) echo -n "\e[1;38;2;196;252;227;48;2;48;42;3m" ;;
atsushi) echo -n "\e[1;38;2;189;155;235;48;2;50;50;50m" ;;
winbox) echo -n "\e[1;38;2;159;204;225;48;2;27;27;88m" ;;
holo) echo -n "\e[1;38;2;232;52;31;48;2;0;0;0m" ;;
holo) echo -n "\e[1;38;2;232;100;31;48;2;0;0;0m" ;;
*) echo -n "\e[1;38;2;200;200;200;48;2;50;50;50m" ;;
esac
}
Expand Down

0 comments on commit 3b9d5d5

Please sign in to comment.