oh-my-fish/pkg/omf/cli/omf_list_installed_themes.fish
Bruno Pinto 7f53f59ee6 Remove unused code
`default` was doing nothing.
2015-08-26 20:14:23 +01:00

4 lines
69 B
Fish

function omf_list_installed_themes
basename $OMF_PATH/themes/*
end