all repos — archive/dotfiles @ 6b54a2ee91892d74e41631e5bb88581c53f3408f

Superseded by nixfiles

zsh: simplify OMZ snippet loads
Alan Pearce alan@alanpearce.eu
Wed, 19 Dec 2018 11:43:21 +0100
commit

6b54a2ee91892d74e41631e5bb88581c53f3408f

parent

24c4964b3ec11cfba6d0169e6fbc12fa31ee3d44

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M zsh/.config/zsh/.zshrczsh/.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