From ff2d82b2c50358d461259b4a5add97874422313c Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sun, 15 Oct 2017 16:29:22 -0700 Subject: [PATCH] Fixed if block. When resolving merge conflicts on PR #2 I missed that an if block was being closed twice... this resolves that. --- link/nix/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/link/nix/zshrc b/link/nix/zshrc index 980f12d..a067cf9 100644 --- a/link/nix/zshrc +++ b/link/nix/zshrc @@ -100,8 +100,8 @@ if [[ `uname` == 'Darwin' ]]; then source /Applications/google-cloud-sdk/completion.zsh.inc source /Applications/google-cloud-sdk/path.zsh.inc fi -fi # added by travis gem [ -f ~/.travis/travis.sh ] && source ~/.travis/travis.sh || echo 'The travis gem is missing. After installing it run "echo y|travis" to create ~/.travis' fi +