diff options
| author | Mike Vink <ivi@vinkies.net> | 2025-07-17 12:44:48 +0200 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2025-07-17 12:44:48 +0200 |
| commit | 49a190c880e267ad573c31b02eeb109f92ce41bf (patch) | |
| tree | e8b6a270bd4aa45d7792508bb381794d5c024d43 | |
| parent | 356cc0e9b9246f523f0a7b3162a174fd6eb96218 (diff) | |
sasl_path macos and rk
| -rw-r--r-- | .config/shell/profile | 1 | ||||
| -rwxr-xr-x | .local/bin/rk | 2 |
2 files changed, 2 insertions, 1 deletions
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 }' |
