Files
fish-shell/share/functions/__fish_theme_paths.fish
Johannes Altmanninger 697afdefeb fish_config: extract some functions for reading theme files
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.
2025-12-14 16:23:53 +01:00

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