Loading
kakoune: restore the ability to find ambient programs
In e4da18a6, logic was added to the kakoune wrapper to add a specific directory to the PATH. However, this accidentally used the build-time value, thus breaking the ability of kakoune to find programs on the system-wide PATH. Restore this ability by appending to the run-time value.