From bd94904ca2d8b3c62f00e52d1a464a7e8d817ed9 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Thu, 16 Feb 2023 08:55:41 -0500 Subject: [PATCH] Auto Update --- files/.bashrc | 5 ----- 1 file changed, 5 deletions(-) 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