You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oh-my-fish/pkg/omf/cli/omf.theme.fish

7 lines
145 B
Fish

function omf.theme
if not test -e $OMF_CONFIG/themes/$argv[1]
omf.install --theme $argv[1]
end
echo "$argv[1]" > $OMF_CONFIG/theme
end