mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-01-21 01:36:32 +01:00
6 lines
105 B
Bash
6 lines
105 B
Bash
function toon {
|
|
echo -n ""
|
|
}
|
|
|
|
PROMPT='%{$fg[magenta]%}$(toon)%{$reset_color%} %~/ %{$reset_color%}'
|