Update golang install location in .bashrc.
This commit is contained in:
2
.bashrc
2
.bashrc
@ -154,7 +154,7 @@ function e {
|
|||||||
|
|
||||||
# Configure go location
|
# Configure go location
|
||||||
export PATH=$PATH:/usr/local/go/bin
|
export PATH=$PATH:/usr/local/go/bin
|
||||||
export PATH=$PATH:/home/$USER/go/bin/
|
export PATH=$PATH:/home/$USER/Downloads/go/bin/
|
||||||
|
|
||||||
# Setup prompt
|
# Setup prompt
|
||||||
function color_my_prompt {
|
function color_my_prompt {
|
||||||
|
|||||||
Reference in New Issue
Block a user