mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-16 02:40:08 +00:00
6 lines
105 B
Text
6 lines
105 B
Text
|
function toon {
|
||
|
echo -n ""
|
||
|
}
|
||
|
|
||
|
PROMPT='%{$fg[magenta]%}$(toon)%{$reset_color%} %~/ %{$reset_color%}'
|