From c02f032b99b89ddaa48d5cf002a1b02b1975f6d7 Mon Sep 17 00:00:00 2001 From: w1mvy Date: Tue, 12 May 2020 09:06:53 +0900 Subject: [PATCH 1/2] test --- .zshrc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.zshrc b/.zshrc index 358d6ad..419933e 100644 --- a/.zshrc +++ b/.zshrc @@ -188,7 +188,6 @@ ls_abbrev() { } chpwd_functions+=ls_abbrev - ############################################################ # zsh library ############################################################ @@ -255,11 +254,11 @@ esac # {{{ peco setting function exists { which $1 &> /dev/null } -if exists go; then +#if exists go; then export GOPATH=$HOME/go - export GOROOT=/usr/local/opt/go/libexec +# export GOROOT=/usr/local/opt/go/libexec export PATH=$PATH:$GOROOT/bin:$GOPATH/bin -fi +#fi if exists peco; then function peco-select-history() { local tac From 14420a52fbde89ffac9e134c64d2c6d1283c390d Mon Sep 17 00:00:00 2001 From: w1mvy Date: Fri, 15 May 2020 16:00:27 +0900 Subject: [PATCH 2/2] empty commit