From 2dbcdc9b2470422d328bcef97d50a363a14f6502 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sun, 13 Dec 2020 13:46:33 +0100 Subject: [PATCH] bash: add default bash-completion path for homebrew --- roles/bash/files/profile | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/bash/files/profile b/roles/bash/files/profile index f3af252..f41f486 100644 --- a/roles/bash/files/profile +++ b/roles/bash/files/profile @@ -446,6 +446,7 @@ _update_colors "${BACKGROUND:-dark}" # shellcheck disable=SC1090 while read -r f; do [ -f "$f" ] && source "$f"; done <