From 3e856c2540ea6685117957793439b55d54dc14ef Mon Sep 17 00:00:00 2001 From: acevest Date: Mon, 3 Apr 2017 14:05:32 +0800 Subject: [PATCH] mac_bash_profile-go --- learn/doc/mac_bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.44.0