You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
305 B
5 lines
305 B
print -u2 ${(%):-'%F{yellow}The `osx` plugin is deprecated and has been renamed to `macos`.'} |
|
print -u2 ${(%):-'Please update your .zshrc to use the `%Bmacos%b` plugin instead.%f'} |
|
|
|
(( ${fpath[(Ie)$ZSH/plugins/macos]} )) || fpath=("$ZSH/plugins/macos" $fpath) |
|
source "$ZSH/plugins/macos/macos.plugin.zsh"
|
|
|