From bb8c792588e92172678bd3f2e5cc68ea203fb2b0 Mon Sep 17 00:00:00 2001 From: Anton Zadvorny Date: Thu, 30 Dec 2021 16:54:52 +0300 Subject: [PATCH] Update osx plugin name --- home/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.zshrc b/home/.zshrc index c677836..0543624 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -43,8 +43,8 @@ zplug "~/.zsh/cmd", from:local, use:'(*).sh', as:command, rename-to zplug "~/.zsh/themes", from:local, use:cheetah.zsh-theme, as:theme if [[ $OSTYPE == *darwin* ]]; then - zplug "plugins/osx", from:oh-my-zsh - zplug "plugins/pass", from:oh-my-zsh + zplug "plugins/pass", from:oh-my-zsh + zplug "plugins/macos", from:oh-my-zsh fi [ -s "$HOME/.zsh.local" ] && source $HOME/.zsh.local