mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-06 21:07:49 +08:00
6 lines
105 B
Bash
6 lines
105 B
Bash
function toon {
|
|
echo -n ""
|
|
}
|
|
|
|
PROMPT='%{$fg[magenta]%}$(toon)%{$reset_color%} %~/ %{$reset_color%}'
|