mirror of
https://github.com/romkatv/powerlevel10k
synced 2024-12-11 16:45:36 +00:00
filter and dedup commands
This commit is contained in:
parent
461e1acb98
commit
1779555402
@ -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:#('(('*'))'|'`'*'`'|'$'*)})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user