Compare commits
2 Commits
37245bb6b8
...
d44dadd0e0
Author | SHA1 | Date | |
---|---|---|---|
|
d44dadd0e0 | ||
|
9cef563b9a |
5
.zshrc
5
.zshrc
@ -128,6 +128,11 @@ export PATH=$PATH:$HOME/.gem/ruby/2.6.0/bin
|
|||||||
[ -d $HOME/repo/fortigate/bin ] && export PATH=$HOME/repo/fortigate/bin:$PATH
|
[ -d $HOME/repo/fortigate/bin ] && export PATH=$HOME/repo/fortigate/bin:$PATH
|
||||||
export HISTTIMEFORMAT="%F %T "
|
export HISTTIMEFORMAT="%F %T "
|
||||||
|
|
||||||
|
# Export for WSL
|
||||||
|
if [[ "$(uname -sr)" =~ "Microsoft" ]]; then
|
||||||
|
export GOROOT=/usr/lib/go
|
||||||
|
fi
|
||||||
|
|
||||||
# Export for Mac
|
# Export for Mac
|
||||||
if [[ "$(uname)" == "Darwin" ]]; then
|
if [[ "$(uname)" == "Darwin" ]]; then
|
||||||
# Resolve problem with GOPATH
|
# Resolve problem with GOPATH
|
||||||
|
Loading…
Reference in New Issue
Block a user