mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
parent
2b379ec42c
commit
b60b3f1842
5 changed files with 8 additions and 8 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue