From ad191a833c65b72dfaf0b0c6a32bb2cff0b0a6fb Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 17 Mar 2024 16:07:30 +0100 Subject: Update work tools --- .bash_profile | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 474f582..d0cc212 100644 --- a/.bash_profile +++ b/.bash_profile @@ -159,3 +159,8 @@ if command -v jf 1>/dev/null 2>&1; then complete -F _jfrog -o default jfrog complete -F _jfrog -o default jf fi + +# ==== CLang and Sphinx doc config +if command -v clang-format 1>/dev/null 2>&1; then + export PATH="/opt/homebrew/opt/sphinx-doc/bin:$PATH" +fi -- cgit v1.2.3