filter and dedup commands

pull/436/head
romkatv 2020-01-11 13:32:00 +01:00
parent 461e1acb98
commit 1779555402
1 changed files with 1 additions and 1 deletions

View File

@ -216,9 +216,9 @@ function _p9k_extract_commands() {
fi
commands+=${:-${(Q)${~token}}}
[[ $commands[-1] == '(('*'))' ]] && commands[-1]=()
skip='^'
done
_p9k_commands+=($commands)
_p9k_commands=(${(u)_p9k_commands:#('(('*'))'|'`'*'`'|'$'*)})
}