From 298edfff72397e5fdf09036e8435a8d2ab885c96 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 21 Nov 2022 11:23:29 +0000 Subject: [PATCH] Load bash_completion.sh --- roles/home-cli/files/profile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index eb3613b..c936b69 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -87,6 +87,11 @@ then PS1="\[\033[01m\]${_acp_ps1_prefix}\u@\h\\$\[\033[00m\] " unset _acp_ps1_prefix + if [ -r /etc/profile.d/bash_completion.sh ] + then + . /etc/profile.d/bash_completion.sh + fi + elif [ -n "$ZSH_VERSION" ] then autoload -Uz compinit && compinit