mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
b60b3f1842
Fixes #10428
5 lines
297 B
Bash
5 lines
297 B
Bash
print ${(%):-'%F{yellow}The `osx` plugin is deprecated and has been renamed to `macos`.'}
|
|
print ${(%):-'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"
|