From 7ce99ecf966563de919f2e71f120179770eeac91 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Tue, 23 Jan 2024 13:17:49 +0000 Subject: [PATCH] updated .bashrc --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index ef7d5819..005cbef6 100644 --- a/.bashrc +++ b/.bashrc @@ -60,6 +60,8 @@ if [ -z "${HOME:-}" ]; then fi bash_tools="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" +# needed to inherit by things like vim script execution from within files using libraries rooted at this location +export bash_tools # shellcheck disable=SC1090,SC1091 . "$bash_tools/.bash.d/os_detection.sh"