diff options
author | sys-lectern <sys_lectern@tutamail.com> | 2020-08-25 23:13:41 +0300 |
---|---|---|
committer | sys-lectern <sys_lectern@tutamail.com> | 2020-08-25 23:13:41 +0300 |
commit | 6853fcd8e5d1e082ebce26942847743367a7c2a1 (patch) | |
tree | 8d5f70edb9068b1da6866e73a88ec40bbd2e30ee /internal | |
parent | c464fd25e69bf57a703b6c6ce47d2249e4d2eac9 (diff) |
minor fixes and syntax improvements
Diffstat (limited to 'internal')
-rw-r--r-- | internal/p10k.zsh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 985d417a..24d756ac 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -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 |