Removed bug from save_dotfiles function
This commit is contained in:
5
zshrc
5
zshrc
@@ -204,8 +204,8 @@ save_dotfiles(){
|
|||||||
local DOTPATH=~/Documents/Code/Github/.dotfiles/
|
local DOTPATH=~/Documents/Code/Github/.dotfiles/
|
||||||
cp ~/.bash_profile ${DOTPATH}bash_profile
|
cp ~/.bash_profile ${DOTPATH}bash_profile
|
||||||
cp -r ~/.cabal/config ${DOTPATH}cabal/config
|
cp -r ~/.cabal/config ${DOTPATH}cabal/config
|
||||||
cp -r ~/.scripts ${DOTPATH}.scripts
|
cp -r ~/.scripts ${DOTPATH}
|
||||||
cp -r ~/.emacs.d ${DOTPATH}.emacs.d
|
cp -r ~/.emacs.d ${DOTPATH}
|
||||||
cp ~/.ghci ${DOTPATH}ghci
|
cp ~/.ghci ${DOTPATH}ghci
|
||||||
cp ~/.gitignore ${DOTPATH}gitignore
|
cp ~/.gitignore ${DOTPATH}gitignore
|
||||||
cp ~/.gitconfig ${DOTPATH}gitconfig
|
cp ~/.gitconfig ${DOTPATH}gitconfig
|
||||||
@@ -216,7 +216,6 @@ save_dotfiles(){
|
|||||||
cp ~/.valgrindrc ${DOTPATH}valgrindrc
|
cp ~/.valgrindrc ${DOTPATH}valgrindrc
|
||||||
cp -r ~/.vim ${DOTPATH}vim
|
cp -r ~/.vim ${DOTPATH}vim
|
||||||
cp ~/.vimrc ${DOTPATH}vimrc
|
cp ~/.vimrc ${DOTPATH}vimrc
|
||||||
cp ~/.vimrc.local ${DOTPATH}vimrc.local
|
|
||||||
cp ~/.zshrc ${DOTPATH}zshrc
|
cp ~/.zshrc ${DOTPATH}zshrc
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user