diff --git a/files/.bashrc b/files/.bashrc index 467c0bd..8d9c3f9 100644 --- a/files/.bashrc +++ b/files/.bashrc @@ -38,7 +38,7 @@ fi # source misc user scripts if [ -d ~/git/dotfiles/files ] ; then - for f in ~/git/dotfiles/files/.*; do if [[ -f $f ]]; then . $f ; fi; done + for f in ~/git/dotfiles/files/.*; do if [[ -f $f ]]; then source $f ; fi; done fi # source headscale autocompletion script