mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-09 13:10:40 +00:00
7f53f59ee6
`default` was doing nothing.
4 lines
69 B
Fish
4 lines
69 B
Fish
function omf_list_installed_themes
|
|
basename $OMF_PATH/themes/*
|
|
end
|