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

6 lines
105 B
Text
Raw Normal View History

2011-08-16 18:18:23 +02:00
function toon {
echo -n ""
}
PROMPT='%{$fg[magenta]%}$(toon)%{$reset_color%} %~/ %{$reset_color%}'