mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-14 00:01:16 -03:00
A following commit wants to add some more logic and call some of fish_config's private APIs from webconfig. We could keep it all in one file but I'm not sure we should so try the splitting we usually do.
6 lines
163 B
Fish
6 lines
163 B
Fish
# localization: skip(private)
|
|
function __fish_theme_paths
|
|
__fish_config_files --user-dir=(__fish_theme_dir) \
|
|
tools/web_config/themes .theme $argv
|
|
end
|