summaryrefslogtreecommitdiff
path: root/.local/bin
diff options
context:
space:
mode:
authorMike Vink <ivi@vinkies.net>2025-12-03 20:42:01 +0100
committerMike Vink <ivi@vinkies.net>2025-12-20 10:29:08 +0100
commit804c45fdbf53572a7f75aed4140877bfe61d0027 (patch)
tree80a67ae6f2f5eb993c1f0ea173577fc9706246be /.local/bin
parent995944557a53d401eb6565b77a3924edf26565c9 (diff)
nk
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/kn2
1 files changed, 2 insertions, 0 deletions
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