This repository was archived by the owner on Jun 22, 2023. It is now read-only.
File tree 2 files changed +6
-11
lines changed
2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 12
12
RootModule = ' LovelyPowershell.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 1.5 '
15
+ ModuleVersion = ' 1.6 '
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @()
Original file line number Diff line number Diff line change 1
1
Import-Module PS- Install-If - Missing
2
2
3
- $PrimaryTheme = " hitchens "
4
- $SecondaryTheme = " sorin "
3
+ $LovelyThemesFolder = Join-Path $PSScriptRoot " PoshThemes "
4
+ $HitchensTheme = Join-Path $LovelyThemesFolder " Hitchens.psm1 "
5
5
$DefaultUser = $env: USERNAME
6
6
7
-
8
7
Install-IfMissing posh- git
9
8
Install-IfMissing oh- my- posh
10
9
Install-IfMissing Get-ChildItemColor
@@ -17,16 +16,12 @@ Import-Module -Global Get-ChildItemColor
17
16
Set-Alias - Scope Global l Get-ChildItemColor - Option AllScope
18
17
Set-Alias - Scope Global ls Get-ChildItemColorFormatWide - Option AllScope
19
18
20
- # Setup themes
21
- $Global :ThemeSettings.MyThemesLocation = Join-Path $PSScriptRoot " PoshThemes"
22
- Set-Theme $PrimaryTheme
23
- function themePrimary { Set-Theme $PrimaryTheme }
24
- function themeCode { Set-Theme $SecondaryTheme }
19
+ Set-Theme $HitchensTheme
25
20
26
21
Export-ModuleMember - Function @ (
27
- ' Set-Theme'
28
22
) - Alias @ (
29
- ' ~'
23
+ ' l' ,
24
+ ' ls'
30
25
) - Variable @ (
31
26
' DefaultUser'
32
27
)
You can’t perform that action at this time.
0 commit comments