0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

fix(apple): go back to previous icon

Turns out that <U+F8FF> is a reserved unicode code that is Apple logo in
Apple systems.
Nerd fonts was overwritting that code to other stuff in v2 and that's
why I thought it needed to be replaced.

Closes #11665

This reverts commit 693e3dcc44.
This commit is contained in:
Carlo Sala 2023-05-03 11:17:47 +02:00
parent dab09cc0ee
commit 85fdbfe216
No known key found for this signature in database
GPG key ID: DA6FB450C1A4FE9A

View file

@ -1,5 +1,5 @@
function toon { function toon {
echo -n "󰐀" echo -n ""
} }
autoload -Uz vcs_info autoload -Uz vcs_info