mirror of
https://github.com/cole-maxwell1/dotfiles.git
synced 2026-06-03 11:10:20 -04:00
Add .dotnet/tools to PATH if installed
This commit is contained in:
@@ -57,6 +57,11 @@ if [[ -d $HOME/.cargo/bin && ":$PATH:" != *":$HOME/.cargo/bin:"* ]]; then
|
||||
export PATH=$PATH:$HOME/.cargo/bin
|
||||
fi
|
||||
|
||||
# Add .dotnet/tools path if installed and not already in $PATH
|
||||
if [[ -d $HOME/.dotnet/tools && ":$PATH:" != *":$HOME/.dotnet/tools:"* ]]; then
|
||||
export PATH=$PATH:$HOME/.dotnet/tools
|
||||
fi
|
||||
|
||||
###############################################
|
||||
# History configuration
|
||||
###############################################
|
||||
|
||||
Reference in New Issue
Block a user