mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-02 16:43:01 +08:00
4 lines
71 B
Fish
4 lines
71 B
Fish
|
function theme.util.get.themes
|
||
|
printf "%s\n" $fish_path/themes/*
|
||
|
end
|