mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 09:38:16 -07:00
Remove bulleting from plugin list
This commit is contained in:
parent
bded04d5d9
commit
bf0f9bc1fe
@ -3,7 +3,7 @@ plugin_list_command() {
|
|||||||
|
|
||||||
if ls $plugins_path &> /dev/null; then
|
if ls $plugins_path &> /dev/null; then
|
||||||
for plugin_path in $plugins_path/* ; do
|
for plugin_path in $plugins_path/* ; do
|
||||||
echo "* $(basename $plugin_path)"
|
echo "$(basename $plugin_path)"
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
echo 'Oohes nooes ~! No plugins installed'
|
echo 'Oohes nooes ~! No plugins installed'
|
||||||
|
Loading…
Reference in New Issue
Block a user