mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-01-22 15:35: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
|