mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-07-31 06:04:45 +02:00
5 lines
105 B
Shell
5 lines
105 B
Shell
function toon {
|
|
echo -n ""
|
|
}
|
|
|
|
PROMPT='%{$fg[magenta]%}$(toon)%{$reset_color%} %~/ %{$reset_color%}'
|