From 3e77f245c79d75010b1e5b8f72c97e382bf0d975 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 14 Jan 2018 12:57:03 +0200 Subject: [PATCH] .zshrc: Remove golang stuff MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I haven't compiled anything with golang in like a year, and I'm sick of all these conditionals running during shell initialization—my zsh takes several seconds to start! --- .zshrc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.zshrc b/.zshrc index 3c5144c..ec0ce9e 100644 --- a/.zshrc +++ b/.zshrc @@ -62,14 +62,6 @@ export PAGER=less # Enable node version manager (nvm) [[ -s ~/.nvm/nvm.sh ]] && . ~/.nvm/nvm.sh -# If a binary go distribution exists, add it to PATH -# From here: http://golang.org/dl/ -if [[ -d ~/Downloads/go ]]; then - export GOROOT=~/Downloads/go - export GOPATH=~/src/go - PATH=$PATH:$GOROOT/bin:$GOPATH/bin -fi - # resize images using GraphicsMagick # # $ smartresize DSC_0788.JPG 1920x1080 outputdir [quality]