From 6b54a2ee91892d74e41631e5bb88581c53f3408f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 19 Dec 2018 11:43:21 +0100 Subject: zsh: simplify OMZ snippet loads --- zsh/.config/zsh/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zsh') diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 422fd4d..198d4d9 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -140,8 +140,8 @@ zplugin load "caarlos0/zsh-open-pr" zplugin ice blockf zplugin light "mollifier/anyframe" -zplugin snippet "https://github.com/robbyrussell/oh-my-zsh/blob/master/lib/functions.zsh" -zplugin snippet "https://github.com/robbyrussell/oh-my-zsh/blob/master/lib/termsupport.zsh" +zplugin snippet "OMZ::lib/functions.zsh" +zplugin snippet "OMZ::lib/termsupport.zsh" if [[ $os -eq darwin ]] then -- cgit 1.4.1