mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-24 15:54:36 +01:00
added back in the dotnet path fixes
This commit is contained in:
parent
9c629e44ff
commit
a23ce5b858
@ -12,6 +12,13 @@ source ~/.alias
|
|||||||
source ~/.custom
|
source ~/.custom
|
||||||
source ~/.variables
|
source ~/.variables
|
||||||
|
|
||||||
|
# Fix .netcore paths if dotnet is installed
|
||||||
|
if hash dotnet 2>/dev/null; then
|
||||||
|
export DOTNET_ROOT=/opt/dotnet
|
||||||
|
export MSBuildSDKsPath=$DOTNET_ROOT/sdk/$(${DOTNET_ROOT}/dotnet --version)/Sdks
|
||||||
|
export PATH="${PATH}:${DOTNET_ROOT}:~/.dotnet/tools"
|
||||||
|
fi
|
||||||
|
|
||||||
#... :P fancy stuffs
|
#... :P fancy stuffs
|
||||||
#screenfetch -t -A "UBUNTU"
|
#screenfetch -t -A "UBUNTU"
|
||||||
neofetch
|
neofetch
|
||||||
|
Loading…
Reference in New Issue
Block a user