mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-01-26 07:28:53 +01:00
6 lines
105 B
Plaintext
6 lines
105 B
Plaintext
|
function toon {
|
||
|
echo -n ""
|
||
|
}
|
||
|
|
||
|
PROMPT='%{$fg[magenta]%}$(toon)%{$reset_color%} %~/ %{$reset_color%}'
|