diff --git a/files/.bashrc b/files/.bashrc index 8d9c3f9..586ea75 100644 --- a/files/.bashrc +++ b/files/.bashrc @@ -37,9 +37,9 @@ if [ -d "$HOME/bin" ] ; then fi # source misc user scripts -if [ -d ~/git/dotfiles/files ] ; then - for f in ~/git/dotfiles/files/.*; do if [[ -f $f ]]; then source $f ; fi; done -fi +#if [ -d ~/git/dotfiles/files ] ; then +# for f in ~/git/dotfiles/files/.*; do if [[ -f $f ]]; then source $f ; fi; done +#fi # source headscale autocompletion script if [ -f ~/.autoheadscale ] ; then