Skip to content

Commit c3aa344

Browse files
committed
bug: no duplicate import of psreadline
1 parent 7119060 commit c3aa344

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: Profile/modules.ps1

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ If (!(!((Get-Module -Name PSReadLine).Version.Major -ge 2)) -and (!(Get-Module -
77
Install-Module -Name PSReadLine -AllowPrerelease -Force -AllowClobber -Scope CurrentUser
88
}
99

10-
Import-Module -Name PSReadLine
1110
Import-Module -Name posh-git
1211
Import-Module -Name Terminal-Icons
1312

0 commit comments

Comments
 (0)