add in brew to path
This commit is contained in:
1
.bashrc
1
.bashrc
@@ -331,6 +331,7 @@ command -v kubectl >/dev/null && . <(kubectl completion bash)
|
|||||||
command -v omnictl >/dev/null && . <(omnictl completion bash)
|
command -v omnictl >/dev/null && . <(omnictl completion bash)
|
||||||
command -v talosctl >/dev/null && . <(talosctl completion bash)
|
command -v talosctl >/dev/null && . <(talosctl completion bash)
|
||||||
command -v coder >/dev/null && . <(coder completion -ps bash)
|
command -v coder >/dev/null && . <(coder completion -ps bash)
|
||||||
|
PATH="/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:${PATH}"
|
||||||
|
|
||||||
# End of configuration
|
# End of configuration
|
||||||
echo -e "${ECHO_GREEN}Bash configuration loaded successfully!${ECHO_RESET}"
|
echo -e "${ECHO_GREEN}Bash configuration loaded successfully!${ECHO_RESET}"
|
||||||
|
|||||||
Reference in New Issue
Block a user