Commit dd2d5c6c authored by Derek Stavis's avatar Derek Stavis Committed by GitHub

fix conf.d $path variable (#959)

parent 31c52044
......@@ -79,6 +79,8 @@ function require
end
for conf in $conf_path
echo $conf | read --delimiter '/' -la components
set path (printf '/%s' $components[1..-3])
source $conf
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment