From b4a362d13fa27b7e3ebde1aace0374bc2326a877 Mon Sep 17 00:00:00 2001 From: hellerve Date: Wed, 22 Jul 2015 14:46:19 +0200 Subject: [PATCH] removed emacs.d from save_dotfiles fucntion --- .vim/bundle/zepto-vim | 2 +- zshrc | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.vim/bundle/zepto-vim b/.vim/bundle/zepto-vim index f5e752c..73b5680 160000 --- a/.vim/bundle/zepto-vim +++ b/.vim/bundle/zepto-vim @@ -1 +1 @@ -Subproject commit f5e752c6faec0c6b4b3eb3ac868e382bff7629df +Subproject commit 73b568099f69e12585e80b1b8edc39ae4521220c diff --git a/zshrc b/zshrc index 59adf24..10b6260 100644 --- a/zshrc +++ b/zshrc @@ -204,7 +204,6 @@ pinfo(){ save_dotfiles(){ local DOTPATH=~/Documents/Code/Github/.dotfiles/ cp -r ~/.cabal/config ${DOTPATH}cabal/ - cp -r ~/.emacs.d ${DOTPATH} cp -r ~/.scripts ${DOTPATH} cp -r ~/.vim ${DOTPATH} cp ~/.bash_profile ${DOTPATH}bash_profile