mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -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
|
||||
for plugin_path in $plugins_path/* ; do
|
||||
echo "* $(basename $plugin_path)"
|
||||
echo "$(basename $plugin_path)"
|
||||
done
|
||||
else
|
||||
echo 'Oohes nooes ~! No plugins installed'
|
||||
|
Loading…
Reference in New Issue
Block a user