diff --git a/profile.ps1 b/profile.ps1 index 1beb2b7..aa2f762 100644 --- a/profile.ps1 +++ b/profile.ps1 @@ -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'