1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-01-20 09:16:34 +01:00
Files
oh-my-zsh/themes/apple.zsh-theme
2011-08-16 11:18:23 -05:00

6 lines
105 B
Bash

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