diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-10-30 00:50:40 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-10-30 14:02:13 +0000 |
| commit | 8649371ff23df34c0bf6ca34c1d8b61d7482821e (patch) | |
| tree | 3ff6b39c01fae24e3423ef5631ae57d419aa9fc1 /src/file.hh | |
| parent | 5c05c88342134e76299f5d11a898e7a6048e6f1b (diff) | |
Add kak binary location to PATH env var automatically
That way the kak binary can be guaranteed to be available even
if not in user PATH.
Diffstat (limited to 'src/file.hh')
| -rw-r--r-- | src/file.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/file.hh b/src/file.hh index e3c03fba..99bb3715 100644 --- a/src/file.hh +++ b/src/file.hh @@ -29,6 +29,8 @@ String parse_filename(StringView filename); String real_path(StringView filename); String compact_path(StringView filename); +String get_kak_binary_path(); + String read_fd(int fd); String read_file(StringView filename); |
