Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ ls_abbrev() {
}
chpwd_functions+=ls_abbrev


############################################################
# zsh library
############################################################
Expand Down Expand Up @@ -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
Expand Down