Added to $PATH the user ruby bin foldere
This commit is contained in:
parent
0b6326fe91
commit
e5dbc62354
1
.zshrc
1
.zshrc
@ -124,6 +124,7 @@ export GOPATH=$HOME/golang
|
|||||||
export GOROOT=/usr/local/opt/go/libexec
|
export GOROOT=/usr/local/opt/go/libexec
|
||||||
export PATH=$PATH:$GOPATH/bin
|
export PATH=$PATH:$GOPATH/bin
|
||||||
export PATH=$PATH:$GOROOT/bin
|
export PATH=$PATH:$GOROOT/bin
|
||||||
|
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 "
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user