Skip to content

Commit 908ad89

Browse files
committed
feat: add posh-git, oh-my-posh, terminal-icons, and readline to module imports
f
1 parent b35b17f commit 908ad89

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Profile/modules.ps1

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
# Modules and Helper Functions
33
# -----------------------------
44

5-
Import-Module posh-git
6-
Import-Module oh-my-posh
7-
Import-Module Terminal-Icons
8-
# Import-Module WslInterop
9-
# Import-Module PSWindowsUpdate
10-
# Import-Module PSWriteColor
5+
Import-Module -Name posh-git
6+
Import-Module -Name oh-my-posh
7+
Import-Module -Name Terminal-Icons
8+
Import-Module -Name PSReadLine
119

1210
# Enable Posh-Git
1311
$env:POSH_GIT_ENABLED = $true

0 commit comments

Comments
 (0)