diff --git a/files/.bashrc b/files/.bashrc index c47fe89..1760d3a 100644 --- a/files/.bashrc +++ b/files/.bashrc @@ -41,11 +41,6 @@ if [ -d ~/git/dotfiles/source ]; then for f in ~/git/dotfiles/source/.*; do if [[ -f $f ]]; then source $f ; fi; done fi -# source headscale autocompletion script -if [ -f ~/.autoheadscale ]; then - . ~/.autoheadscale -fi - # set prompt colors and style if [ -f ~/.PS1 ]; then source ~/.PS1