Add more to the path.
This commit is contained in:
parent
830a71e2bf
commit
df60f1ee39
@ -4,6 +4,7 @@ Import-Module PSReadLine
|
||||
|
||||
# Setting up PATH
|
||||
$env:Path = "$HOME/Bin/system/;" + "$env:Path"
|
||||
$env:Path = "$HOME/Bin/custom/;" + "$env:Path"
|
||||
|
||||
$versionMinimum = [Version]'7.1.999'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user