Detect themes by fish_prompt instead of name

This commit is contained in:
Stephen M. Coakley 2017-04-24 16:10:50 -05:00
parent 3600f0bddf
commit 32faf74bb7
No known key found for this signature in database
GPG Key ID: 91B59C18494C4FC0

View File

@ -37,7 +37,7 @@ function omf.packages.install -a name_or_url
# If we don't know the package type yet, check if the package is a theme. # If we don't know the package type yet, check if the package is a theme.
if not set -q package_type if not set -q package_type
echo $url | grep -q theme- test -f $install_dir/fish_prompt.fish
and set package_type theme and set package_type theme
or set package_type plugin or set package_type plugin
end end