1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

fix(flutter): fix captured keyboard during completion generation (#13350)

This commit is contained in:
Ardeshir Nahavandi Fard
2025-10-05 10:46:44 +03:30
committed by GitHub
parent d57775d89e
commit 1210973cbc

View File

@@ -26,4 +26,4 @@ if [[ ! -f "$ZSH_CACHE_DIR/completions/_flutter" ]]; then
_comps[flutter]=_flutter _comps[flutter]=_flutter
fi fi
flutter zsh-completion >| "$ZSH_CACHE_DIR/completions/_flutter" &| flutter zsh-completion < /dev/null >| "$ZSH_CACHE_DIR/completions/_flutter" &|