Use lop instead of hio
This commit is contained in:
@@ -158,9 +158,9 @@ function askNecessaryQuestions() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function printModulesToInstall() {
|
function printModulesToInstall() {
|
||||||
hio info 'Modules that will install are:'
|
lop section 'Modules that will install are:'
|
||||||
for mod in "${modulesToInstall[@]}"; do
|
for mod in "${modulesToInstall[@]}"; do
|
||||||
echo "${mod}"
|
hio info "${mod}"
|
||||||
done | abbreviatePaths
|
done | abbreviatePaths
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
@@ -196,7 +196,7 @@ function main() {
|
|||||||
autoloadZShLib
|
autoloadZShLib
|
||||||
loadModules
|
loadModules
|
||||||
askNecessaryQuestions
|
askNecessaryQuestions
|
||||||
hio debug "Current working dir is: `pwd`"
|
lop debug "Current working dir is: `pwd`"
|
||||||
}
|
}
|
||||||
|
|
||||||
if [[ "${ZSH_EVAL_CONTEXT}" == toplevel ]]; then
|
if [[ "${ZSH_EVAL_CONTEXT}" == toplevel ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user