Skip to content

Commit bc53311

Browse files
committed
Fixed some profile bugs
1 parent 00df63a commit bc53311

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Microsoft.PowerShell_profile.ps1

+4-3
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@ append-path ($env:userprofile + "\utils\bin")
4343
append-path ($env:userprofile + "\utils\sysinternals")
4444

4545
# Import Modules
46-
Import-Module PowerTab
47-
Import-Module Pscx
46+
# Import-Module Pscx
4847
Import-Module posh-git
4948
Import-Module posh-hg
49+
Import-Module PowerTab
50+
5051

5152
# Tell UNIX utilities (particulary svn.exe) to use Notepad2 for its editor
5253
set-content Env:\VISUAL 'notepad2.exe';
@@ -131,6 +132,6 @@ function prompt {
131132

132133
Enable-GitColors
133134

134-
Start-SshAgent -Quiet
135+
135136

136137

0 commit comments

Comments
 (0)