mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 14:51:13 -03:00
Today, this file is only supported in CMake builds. This is the only place where CMake builds currently need $__fish_data_dir as opposed to using "status get-file". Let's embed __fish_build_paths so we can treat it like other assets. This enables users of "embed-data" to do "rm -rf $__fish_data_dir" (though that might break plugins).