From 74c337df5db5dedbd8d8404e27164c3ad6f3e5ef Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 9 Dec 2020 09:13:45 +1100 Subject: Add a libexec/ directory and use it to find the kak command Add that libexec directory to the PATH instead of the current kak binary directory to avoid impacting other commands. The libexec directory currently only contains a symlink back to the Kakoune binary. --- libexec/kak | 1 + 1 file changed, 1 insertion(+) create mode 120000 libexec/kak (limited to 'libexec') diff --git a/libexec/kak b/libexec/kak new file mode 120000 index 00000000..a903b0d0 --- /dev/null +++ b/libexec/kak @@ -0,0 +1 @@ +../src/kak \ No newline at end of file -- cgit v1.2.3