diff options
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 2 |
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 |
