From 9b2a831864d7b6a8f0d58b2b88cdbb804a76c1ce Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Thu, 5 Feb 2015 18:14:03 +0100 Subject: [PATCH] patches/oh-my-zsh -> patches/oh-my-zsh-patches --- install.sh | 2 +- patches/{oh-my-zsh => oh-my-zsh-patches}/agnoster.patch | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename patches/{oh-my-zsh => oh-my-zsh-patches}/agnoster.patch (100%) diff --git a/install.sh b/install.sh index 9ed40d5..29f509e 100755 --- a/install.sh +++ b/install.sh @@ -25,7 +25,7 @@ function submodule { # Apply patches function patch { cd $dotfiles/oh-my-zsh - git am $dotfiles/patches/oh-my-zsh/*.patch + git am $dotfiles/patches/oh-my-zsh-patches/*.patch } # Comple YouCompleteMe diff --git a/patches/oh-my-zsh/agnoster.patch b/patches/oh-my-zsh-patches/agnoster.patch similarity index 100% rename from patches/oh-my-zsh/agnoster.patch rename to patches/oh-my-zsh-patches/agnoster.patch