diff --git a/files/.profile b/files/.profile index c9e02cd..2d74511 100644 --- a/files/.profile +++ b/files/.profile @@ -4,7 +4,7 @@ if [ -d ~/git/dotfiles ] ; then bash ~/git/dotfiles/pull.sh (cd ~ ; rm $(command ls --almost-all ~/git/dotfiles/files)) (cd ~/git/dotfiles - ln ./files/.* ../../) + for f in .*; do if [[ -f $f ]]; then ln ./files/$f ../../ ; fi; done) fi . ~/.bashrc