mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
7 lines
145 B
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
|