summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/.vim/spell/en.utf-8.add5
-rw-r--r--vim/.vim/spell/en.utf-8.add.splbin1550 -> 1596 bytes
-rw-r--r--zsh/.zshrc2
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
index 731717d..5c83fc2 100644
--- a/vim/.vim/spell/en.utf-8.add.spl
+++ b/vim/.vim/spell/en.utf-8.add.spl
Binary files differ
diff --git a/zsh/.zshrc b/zsh/.zshrc
index d1473b6..0bd880e 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -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