parent
2b379ec42c
commit
b60b3f1842
5 changed files with 8 additions and 8 deletions
@ -1 +0,0 @@ |
|||||||
macos.plugin.zsh |
|
||||||
@ -1 +0,0 @@ |
|||||||
macos |
|
||||||
@ -0,0 +1,3 @@ |
|||||||
|
# osx plugin |
||||||
|
|
||||||
|
**Deprecated: use the [`macos`](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/macos) plugin instead.** |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
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" |
||||||
Loading…
Reference in new issue