Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
85f388fabf657360960c3fcf55b52f2fb3c4e142
85f388fabf657360960c3fcf55b52f2fb3c4e142
Switch branch/tag
ohmyzsh
themes
apple.zsh-theme
Find file
Normal view
History
Permalink
apple.zsh-theme
105 Bytes
Edit
Web IDE
Newer
Older
Added nifty purple Apple theme.
David Aaron Fendley
committed
Aug 16, 2011
1
2
3
4
5
function toon {
echo -n ""
}
PROMPT='%{$fg[magenta]%}$(toon)%{$reset_color%} %~/ %{$reset_color%}'