mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-05 00:34:10 +08:00

$XDG_DATA_DIRS/vendor_{completions,conf,functions}.d Additionally, CMake variables extra_{completions,conf,functions}dir are appended, if they are not already contained in $XDG_DATA_DIRS. If XDG_DATA_DIRS is not defined, we fall back to $__fish_datadir/vendor_completions.d:${extra_completionsdir} for completions. Same for conf and functions.