summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-31 16:29:57 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-31 16:30:43 +0100
commite0e5a034cb60ca9b841b92afa9f179c4aff56a22 (patch)
treea728558eaeeb3989f5cd1c44a9b4bcd6e67bb985 /.bash_profile
parent4930da6e388bb30b57cc612a9fceeb8b3e7d3039 (diff)
Add missing kics work configuration for mac
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 2 insertions, 0 deletions
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