Changed apply patch function in install script

This commit is contained in:
DreadedX 2015-02-06 11:24:55 +01:00
parent 7f3cf19243
commit 865912aed4

View File

@ -24,8 +24,8 @@ function submodule {
}
# Apply patches
function patch {
cd $dotfiles/oh-my-zsh
git am $dotfiles/patches/oh-my-zsh-patches/*.patch
cd $dotfiles
git am $dotfiles/patches/*.patch
}
# Comple YouCompleteMe
@ -62,7 +62,7 @@ cd $dotfiles
# Ask and execute the install script
ask "Update submodules" submodule
ask "Patch submodules" patch
ask "Apply patches" patch
ask "Compile YCM" ycm
ask "Install tmux-vim-select-pane" tvpane
ask "Install fonts" fonts