From 9b3cd2462a48ca942309e24f511db2ea1fddc95b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 21 Mar 2016 22:21:02 +0100 Subject: vis: also lookup Lua support files relative to the binary location This simplifies deployment of vis on remote systems without root access. The idea is to extract a statically linked binary together with the lexer syntax files into some directory, adjust $PATH to include it and have everything just work. For now this uses /proc/self/exe and thus only works on Linux based systems. --- vis.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'vis.1') diff --git a/vis.1 b/vis.1 index 4aafd4e..b655921 100644 --- a/vis.1 +++ b/vis.1 @@ -24,7 +24,9 @@ Defaults (in this order) to: .RS .RS .TP -.B $XDG_CONFIG_HOME/vis +The location of the vis binary +.TP +.B $XDG_CONFIG_HOME/vis where .B $XDG_CONFIG_HOME refers to -- cgit v1.2.3