mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
minor fixes and syntax improvements
This commit is contained in:
parent
c464fd25e6
commit
6853fcd8e5
1 changed files with 7 additions and 0 deletions
|
@ -5035,6 +5035,13 @@ _p9k_prompt_wifi_async() {
|
|||
}
|
||||
}
|
||||
|
||||
function _p9k_prompt_wifi_sync() {
|
||||
if [[ -n $REPLY ]]; then
|
||||
eval $REPLY
|
||||
_p9k_worker_reply $REPLY
|
||||
fi
|
||||
}
|
||||
|
||||
function _p9k_asdf_check_meta() {
|
||||
[[ -n $_p9k_asdf_meta_sig ]] || return
|
||||
[[ -z $^_p9k_asdf_meta_non_files(#qN) ]] || return
|
||||
|
|
Loading…
Reference in a new issue