From ab6158bcd764288f30d0eba2fd6a5e70be9b1bfa Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Sun, 2 Jan 2022 10:32:14 +0000 Subject: [PATCH] There are no bash completions --- home/.bash_profile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/home/.bash_profile b/home/.bash_profile index 8b22fe2..ce64e53 100644 --- a/home/.bash_profile +++ b/home/.bash_profile @@ -65,8 +65,3 @@ then fi source $AE_HOME/.bashrc.d/functions.sh - -for f in $AE_HOME/.bash_completions/* -do - source $f -done