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