From e0e5a034cb60ca9b841b92afa9f179c4aff56a22 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 31 Jan 2026 16:29:57 +0100 Subject: Add missing kics work configuration for mac --- .bash_profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bash_profile b/.bash_profile index 0b87148..3a688c7 100644 --- a/.bash_profile +++ b/.bash_profile @@ -16,6 +16,8 @@ if [[ "$OSTYPE" == darwin* ]]; then export LSCOLORS=gxfxcxdxbxegedabagacad # Silence new macOS warning about bash export BASH_SILENCE_DEPRECATION_WARNING=1 + KICS_QUERIES_PATH=$(brew --prefix)/opt/kics/share/kics/assets/queries + export KICS_QUERIES_PATH fi if [ -f "$HOME/.profile" ]; then -- cgit v1.2.3