Zsh: Deprioritise portageq

This commit is contained in:
tastytea 2022-04-08 00:39:53 +02:00
parent aa036cb6bf
commit 882232cff2
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -111,7 +111,7 @@ if [[ -f /etc/gentoo-release ]]; then
function _my_diralias_repo()
{
print -n "${1}="
portageq get_repo_path / "${1}"
nice portageq get_repo_path / "${1}"
}
async_start_worker diralias_repo
async_register_callback diralias_repo _my_diralias_repo_done