diff --git a/files/.bashrc b/files/.bashrc
index 32995c7..d4403ba 100644
--- a/files/.bashrc
+++ b/files/.bashrc
@@ -37,9 +37,10 @@ if [ -d "$HOME/bin" ] ; then
 fi
 
 # source misc user scripts
-#if [ -d ~/git/dotfiles/files ] ; then
-#	. ~/git/dotfiles/files/.*
-#fi
+if [ -d ~/git/dotfiles/files ] ; then
+	(cd ~/git/dotfiles
+	for f in ./files/.*; do if [[ -f $f ]]; then ln ./$f ../../ ; fi; done) 
+fi
 
 # source headscale autocompletion script
 if [ -f ~/.autoheadscale ] ; then