removed emacs.d from save_dotfiles fucntion

This commit is contained in:
hellerve
2015-07-22 14:46:19 +02:00
parent 99ebc7439e
commit b4a362d13f
2 changed files with 1 additions and 2 deletions

Submodule .vim/bundle/zepto-vim updated: f5e752c6fa...73b568099f

1
zshrc
View File

@@ -204,7 +204,6 @@ pinfo(){
save_dotfiles(){ save_dotfiles(){
local DOTPATH=~/Documents/Code/Github/.dotfiles/ local DOTPATH=~/Documents/Code/Github/.dotfiles/
cp -r ~/.cabal/config ${DOTPATH}cabal/ cp -r ~/.cabal/config ${DOTPATH}cabal/
cp -r ~/.emacs.d ${DOTPATH}
cp -r ~/.scripts ${DOTPATH} cp -r ~/.scripts ${DOTPATH}
cp -r ~/.vim ${DOTPATH} cp -r ~/.vim ${DOTPATH}
cp ~/.bash_profile ${DOTPATH}bash_profile cp ~/.bash_profile ${DOTPATH}bash_profile