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