mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-12 23:01:16 -03:00
6 lines
149 B
Fish
6 lines
149 B
Fish
# localization: skip(private)
|
|
function __fish_theme_variables
|
|
set --names $argv[1] | string match -r (__fish_theme_variable_filter)
|
|
true
|
|
end
|