From: acevest Date: Mon, 3 Apr 2017 06:05:32 +0000 (+0800) Subject: mac_bash_profile-go X-Git-Url: http://zhaoyanbai.com/repos/topojson.min.js?a=commitdiff_plain;h=3e856c2540ea6685117957793439b55d54dc14ef;p=acecode.git mac_bash_profile-go --- diff --git a/learn/doc/mac_bash_profile b/learn/doc/mac_bash_profile index 995e648..295697b 100644 --- a/learn/doc/mac_bash_profile +++ b/learn/doc/mac_bash_profile @@ -9,7 +9,7 @@ export GOBIN=/Users/Ace/.local/bin export PATH=/Users/Ace/workspace/github/metasploit-framework:$PATH export MSF_DATABASE_CONFIG=/Users/Ace/workspace/github/metasploit-framework/config/database.yml #多个GOPATH用';'分隔 go get会存到第一个目录 -export GOPATH=/Users/Ace/workspace/go +export GOPATH=/Users/Ace/go export PS1="\W\$ " alias ll='ls -lGh' alias ls='ls -Gh'