Add more to the path.

This commit is contained in:
CronyAkatsuki 2022-09-23 16:10:20 +02:00
parent 830a71e2bf
commit df60f1ee39

View File

@ -4,6 +4,7 @@ Import-Module PSReadLine
# Setting up PATH # Setting up PATH
$env:Path = "$HOME/Bin/system/;" + "$env:Path" $env:Path = "$HOME/Bin/system/;" + "$env:Path"
$env:Path = "$HOME/Bin/custom/;" + "$env:Path"
$versionMinimum = [Version]'7.1.999' $versionMinimum = [Version]'7.1.999'