use SYSCONFDIR to find bash's completion file.
Signed-off-by: Perrin "kAworu" Alexandre <kaworu(a)kaworu,ch> Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
d9c868b627
commit
e3068bd2b6
|
@ -16,7 +16,7 @@ module("awful.completion")
|
|||
|
||||
-- mapping of command/completion function
|
||||
local bashcomp_funcs = {}
|
||||
local bashcomp_src = "/etc/bash_completion"
|
||||
local bashcomp_src = "@SYSCONFDIR@/bash_completion"
|
||||
|
||||
--- Enable programmable bash completion in awful.completion.bash at the price of
|
||||
-- a slight overhead
|
||||
|
|
Loading…
Reference in New Issue