mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
200a10e78d
Discussed in #2896.
8 lines
341 B
Fish
8 lines
341 B
Fish
# @configure_input@
|
|
# This function is generated by the autotools build to "compile in"
|
|
# the local "vendor" completions, functions and configuration conf.
|
|
# It is sourced by share/config.fish, if it exists.
|
|
|
|
set __extra_completionsdir @extra_completionsdir@
|
|
set __extra_functionsdir @extra_functionsdir@
|
|
set __extra_confdir @extra_confdir@
|