add ~/.dotnet/tools
to path
This commit is contained in:
parent
630beedcab
commit
cf25a69995
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -10,7 +10,7 @@ else
|
|||
fi
|
||||
|
||||
# If you come from bash you might have to change your $PATH.
|
||||
export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$HOME/.cargo/bin:/usr/local/go/bin:$HOME/go/bin:$NIMBLE_DIR/bin:$PATH
|
||||
export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$HOME/.cargo/bin:/usr/local/go/bin:$HOME/go/bin:$NIMBLE_DIR/bin:$HOME/.dotnet/tools:$PATH
|
||||
|
||||
# Load linuxbrew
|
||||
if [[ -d /home/linuxbrew/.linuxbrew/ ]]; then
|
||||
|
|
Loading…
Reference in a new issue