mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-01-07 19:16:26 +08:00
4 lines
69 B
Fish
4 lines
69 B
Fish
|
function omf.list_installed_themes
|
||
|
basename $OMF_PATH/themes/*
|
||
|
end
|