diff options
author | Marc Cornellà <hello@mcornella.com> | 2021-11-17 10:53:17 +0100 |
---|---|---|
committer | Marc Cornellà <hello@mcornella.com> | 2021-11-17 10:53:17 +0100 |
commit | b60b3f184275c39800dd7284d6904fcf295b3956 (patch) | |
tree | 7517b8a89ffc4aa3558f0af8619de174a6e76071 /plugins/macos | |
parent | 2b379ec42c8675d6076737e1373767c160f5ae70 (diff) | |
download | zsh-b60b3f184275c39800dd7284d6904fcf295b3956.tar.gz zsh-b60b3f184275c39800dd7284d6904fcf295b3956.tar.bz2 zsh-b60b3f184275c39800dd7284d6904fcf295b3956.zip |
fix(osx): deprecate `osx` plugin without symlink (#10428)
Fixes #10428
Diffstat (limited to 'plugins/macos')
-rw-r--r-- | plugins/macos/macos.plugin.zsh | 6 | ||||
l--------- | plugins/macos/osx.plugin.zsh | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/plugins/macos/macos.plugin.zsh b/plugins/macos/macos.plugin.zsh index 4bcbbaead..6a91be336 100644 --- a/plugins/macos/macos.plugin.zsh +++ b/plugins/macos/macos.plugin.zsh @@ -1,9 +1,3 @@ -# Check if 'osx' is still in the plugins list and prompt to change to 'macos' -if [[ -n "${plugins[(r)osx]}" ]]; then - 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"} -fi - # Open the current directory in a Finder window alias ofd='open_command $PWD' diff --git a/plugins/macos/osx.plugin.zsh b/plugins/macos/osx.plugin.zsh deleted file mode 120000 index 73d718d43..000000000 --- a/plugins/macos/osx.plugin.zsh +++ /dev/null @@ -1 +0,0 @@ -macos.plugin.zsh
\ No newline at end of file |