diff --git a/files/.bashrc b/files/.bashrc index 3b01c2d..467c0bd 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 . $f ; fi; done fi # source headscale autocompletion script