From 2507d9ae778ebb485ad334f201057e363d71ac6e Mon Sep 17 00:00:00 2001 From: hellerve Date: Wed, 2 May 2018 13:50:12 +0200 Subject: [PATCH] zsh: remove cardinal from saved dotfiles --- zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/zshrc b/zshrc index bd4e642..0c649cd 100644 --- a/zshrc +++ b/zshrc @@ -170,7 +170,6 @@ save_dotfiles(){ local DOTPATH=~/Documents/Code/Github/.dotfiles/ cp -r ~/.scripts ${DOTPATH} cp ~/.bash_profile ${DOTPATH}bash_profile - cp ~/.cardinalrc ${DOTPATH}cardinalrc cp ~/.erc ${DOTPATH}erc cp ~/.ghci ${DOTPATH}ghci cp ~/.gitconfig ${DOTPATH}gitconfig