Remove bulleting from plugin list

This commit is contained in:
Akash Manohar J 2015-06-14 18:55:18 +05:30
parent bded04d5d9
commit bf0f9bc1fe

View File

@ -3,7 +3,7 @@ plugin_list_command() {
if ls $plugins_path &> /dev/null; then
for plugin_path in $plugins_path/* ; do
echo "* $(basename $plugin_path)"
echo "$(basename $plugin_path)"
done
else
echo 'Oohes nooes ~! No plugins installed'