diff --git a/config-home.sh b/config-home.sh index eca660d..7ff72db 100755 --- a/config-home.sh +++ b/config-home.sh @@ -42,7 +42,7 @@ else homescriptlist=".emacs .emacs.lisp .bashrc .bash_profile .gitignore" for homescript in $homescriptlist do - if [ -f $homescript ] + if [ -e $homescript ] # .emacs.lisp is a folder! Therefore use -e instead of -f then mv $homescript $homescript.backup fi