1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-25 01:10:46 +00:00
ohmyzsh/themes/apple.zsh-theme
2011-08-16 11:18:23 -05:00

5 lines
105 B
Bash

function toon {
echo -n ""
}
PROMPT='%{$fg[magenta]%}$(toon)%{$reset_color%} %~/ %{$reset_color%}'