1
2
3
4
5
6
function toon {
echo -n ""
}
PROMPT='%{$fg[magenta]%}$(toon)%{$reset_color%} %~/ %{$reset_color%}'