diff --git a/themes/apple.zsh-theme b/themes/apple.zsh-theme new file mode 100644 index 00000000..350548e3 --- /dev/null +++ b/themes/apple.zsh-theme @@ -0,0 +1,5 @@ +function toon { + echo -n "" +} + +PROMPT='%{$fg[magenta]%}$(toon)%{$reset_color%} %~/ %{$reset_color%}'