From 49a190c880e267ad573c31b02eeb109f92ce41bf Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Thu, 17 Jul 2025 12:44:48 +0200 Subject: sasl_path macos and rk --- .config/shell/profile | 1 + .local/bin/rk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/shell/profile b/.config/shell/profile index afdf05e..25fc794 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -25,4 +25,5 @@ if [ "$(uname -s)" = "Darwin" ]; then export PATH="/opt/homebrew/opt/findutils/libexec/gnubin:$PATH" export PATH="$HOME/.local/bin/macos.d:$PATH" export BROWSER="open" + export SASL_PATH=/opt/homebrew/opt/cyrus-sasl/lib/sasl2:/opt/homebrew/opt/cyrus-sasl-xoauth2/lib/sasl2 fi diff --git a/.local/bin/rk b/.local/bin/rk index 830867f..ddb9fb6 100755 --- a/.local/bin/rk +++ b/.local/bin/rk @@ -1,3 +1,3 @@ #!/bin/sh rg --vimgrep "$@" | - kak -c "${KAKOUNE_SESSION}" -e 'db! *grep*; rename-buffer *grep*; set-option window filetype grep; evaluate-commands -try-client %opt{toolsclient} %{ buffer *grep*; set-option window filetype grep }' + kak -c "${KAKOUNE_SESSION}" -e 'try %{db! *grep*}; rename-buffer *grep*; set-option window filetype grep; evaluate-commands -try-client %opt{toolsclient} %{ buffer *grep*; set-option window filetype grep }' -- cgit v1.2.3