minor updates
This commit is contained in:
parent
5704ba3660
commit
c5cb0d4971
@ -6,7 +6,7 @@ case $- in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
export GOPATH="$HOME/go"
|
export GOPATH="$HOME/go"
|
||||||
export PATH="$HOME/.local/bin:$PATH:$GOPATH/bin:$HOME/Applications:$HOME/scripts:$HOME/.dotnet/:$HOME/.dotnet/tools/"
|
export PATH="$HOME/.local/bin:$PATH:$GOPATH/bin:$HOME/Applications:$HOME/scripts:$HOME/.dotnet/:$HOME/.dotnet/tools/:/usr/local/go/bin/"
|
||||||
|
|
||||||
# don't put duplicate lines or lines starting with space in the history.
|
# don't put duplicate lines or lines starting with space in the history.
|
||||||
# See bash(1) for more options
|
# See bash(1) for more options
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
# to clean up.
|
# to clean up.
|
||||||
|
|
||||||
# Adds `~/.local/bin` to $PATH
|
# Adds `~/.local/bin` to $PATH
|
||||||
export PATH="$PATH:$HOME/.local/bin/"
|
export PATH="$PATH:$HOME/.local/bin/:/usr/local/go/bin/"
|
||||||
|
|
||||||
# Userwide npm installations
|
# Userwide npm installations
|
||||||
export npm_config_prefix="$HOME/.local"
|
export npm_config_prefix="$HOME/.local"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user