You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vendor/psmodules/Cmder.ps1
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ function Configure-Git($gitRoot, $gitType, $gitPathUser){
83
83
if ($gitType-eq'VENDOR') {
84
84
# If User Git is installed replace its path config with Newer Vendored Git Path
85
85
if ($gitPathUser-ne''-and$gitPathUser-ne$null) {
86
-
write-host-foregroundcolor yellow"Cmder 'profile.ps1': Replacing older user Git path '$gitPathUser' with newer vendored Git path '$gitRoot' in the system path..."
86
+
#write-host "Cmder 'profile.ps1': Replacing older user Git path '$gitPathUser' with newer vendored Git path '$gitRoot' in the system path..."