From 9632fa2e428206e2d70d2a26bc2e8687d9dced95 Mon Sep 17 00:00:00 2001 From: Harry Esses Date: Thu, 23 Apr 2026 00:32:48 +0000 Subject: [PATCH] add in brew to path --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 54e8226..44b0916 100644 --- a/.bashrc +++ b/.bashrc @@ -331,6 +331,7 @@ command -v kubectl >/dev/null && . <(kubectl completion bash) command -v omnictl >/dev/null && . <(omnictl completion bash) command -v talosctl >/dev/null && . <(talosctl completion bash) command -v coder >/dev/null && . <(coder completion -ps bash) +PATH="/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:${PATH}" # End of configuration echo -e "${ECHO_GREEN}Bash configuration loaded successfully!${ECHO_RESET}"