From 804c45fdbf53572a7f75aed4140877bfe61d0027 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Wed, 3 Dec 2025 20:42:01 +0100 Subject: nk --- .local/bin/kn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.local/bin/kn b/.local/bin/kn index 809a81d..da668ba 100755 --- a/.local/bin/kn +++ b/.local/bin/kn @@ -6,6 +6,8 @@ if ! [ -d "${context}" ] then notify-send "kn" "${context} is not a dir!"; exit 1 fi +export PATH="${context}/bin:${PATH}" + if [ -f "${context}/name" ] then exec kak-shell "$(cat "${context}/name")" else notify-send "kn" "Context has no name!"; exit 1 -- cgit v1.2.3