diff options
-rw-r--r-- | vim/.vim/spell/en.utf-8.add | 5 | ||||
-rw-r--r-- | vim/.vim/spell/en.utf-8.add.spl | bin | 1550 -> 1596 bytes | |||
-rw-r--r-- | zsh/.zshrc | 2 |
3 files changed, 6 insertions, 1 deletions
diff --git a/vim/.vim/spell/en.utf-8.add b/vim/.vim/spell/en.utf-8.add index f6a5db8..b4322d7 100644 --- a/vim/.vim/spell/en.utf-8.add +++ b/vim/.vim/spell/en.utf-8.add @@ -120,3 +120,8 @@ RNN embeddings Europarl subword +symmetrization +discriminatively +disfluencies +Influentally +WSCFG diff --git a/vim/.vim/spell/en.utf-8.add.spl b/vim/.vim/spell/en.utf-8.add.spl Binary files differindex 731717d..5c83fc2 100644 --- a/vim/.vim/spell/en.utf-8.add.spl +++ b/vim/.vim/spell/en.utf-8.add.spl @@ -92,7 +92,7 @@ stty -ixon # enable mapping of C-s in vim.. autoload -U colors && colors in_google_cloud () { - curl metadata.google.internal -i &>/dev/null + curl metadata.google.internal -i --connect-timeout 0.25 &>/dev/null if [[ $? -eq 0 ]]; then echo "yes" else |