浏览代码

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 693e3dcc447b5d6fa611eea43166ea2b4e0ed877.
Carlo Sala 1 年之前
父节点
当前提交
85fdbfe216
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      themes/apple.zsh-theme

+ 1 - 1
themes/apple.zsh-theme

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