diff options
author | Carlo Sala <carlosalag@protonmail.com> | 2023-05-02 10:03:24 +0200 |
---|---|---|
committer | Carlo Sala <carlosalag@protonmail.com> | 2023-05-02 10:03:24 +0200 |
commit | 693e3dcc447b5d6fa611eea43166ea2b4e0ed877 (patch) | |
tree | 55a1d40b7fb03084530cc9ac292a6029e43c0d28 /themes | |
parent | b22593cf179bae479ab32700c5a7b94d3053762d (diff) | |
download | zsh-693e3dcc447b5d6fa611eea43166ea2b4e0ed877.tar.gz zsh-693e3dcc447b5d6fa611eea43166ea2b4e0ed877.tar.bz2 zsh-693e3dcc447b5d6fa611eea43166ea2b4e0ed877.zip |
fix(apple): replace deprecated nerdfonts icon
Diffstat (limited to 'themes')
-rw-r--r-- | themes/apple.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/apple.zsh-theme b/themes/apple.zsh-theme index 0c183258e..65a2b80fe 100644 --- a/themes/apple.zsh-theme +++ b/themes/apple.zsh-theme @@ -1,5 +1,5 @@ function toon { - echo -n "" + echo -n "" } autoload -Uz vcs_info |