Commit 823b6a79 authored by M4rk9696's avatar M4rk9696

cli: list pkgs and themes from OMF_CONFIG

parent f96c18f7
......@@ -14,8 +14,8 @@ function omf.packages.list -d 'List installed packages'
set -e show_plugins
end
set -l plugins_paths $OMF_PATH/pkg/*
set -l themes_paths $OMF_PATH/themes/*
set -l plugins_paths {$OMF_CONFIG, $OMF_PATH}/pkg/*
set -l themes_paths {$OMF_CONFIG, $OMF_PATH}/themes/*
if set -q show_plugins
for path in $plugins_paths
......
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