Commit 4c6d48ec authored by Bruno Pinto's avatar Bruno Pinto

fix theme install

parent 7b5fc4df
......@@ -28,7 +28,7 @@ function omf.packages.install --argument-names type name -d "Install a plugin or
# Theme is already installed. Skipping.
else
emit omf_package_installing $name
omf.git --clone "https://github.com/oh-my-fish/plugin-$name" $fish_path/themes/$name
omf.git --clone "https://github.com/oh-my-fish/theme-$name" $fish_path/themes/$name
if [ $status -eq 0 ]
emit omf_package_installed $name
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment