mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-01-08 19:53:41 +08: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
|