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