blob: 98c1312af12e88a73ce773f479b6fe08b013b589 (
plain)
1
2
3
4
5
6
7
8
9
10
|
print -P '%F{yellow}'Oh My Zsh pure theme:
cat <<-EOF
The pure theme has been renamed as 'refined' as per the original author's
request. Change your ZSH_THEME to 'refined' to avoid seeing this warning.
EOF
print -P '%f'
source ${0:h:A}/refined.zsh-theme
|