diff options
Diffstat (limited to 'zsh/oh-my-zsh/plugins/osx/osx.plugin.zsh')
-rw-r--r-- | zsh/oh-my-zsh/plugins/osx/osx.plugin.zsh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/zsh/oh-my-zsh/plugins/osx/osx.plugin.zsh b/zsh/oh-my-zsh/plugins/osx/osx.plugin.zsh deleted file mode 100644 index 3b09359..0000000 --- a/zsh/oh-my-zsh/plugins/osx/osx.plugin.zsh +++ /dev/null @@ -1,5 +0,0 @@ -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" |