diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |