Skip to content

Commit c301978

Browse files
committed
feat: new aliases setup
1 parent 31b3e3e commit c301978

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

Profile/aliases/alises-local.ps1

12.6 KB
Binary file not shown.

Profile/aliases/alises.ps1

12.6 KB
Binary file not shown.

Profile/modules.ps1

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ If (!(!((Get-Module -Name PSReadLine).Version.Major -ge 2)) -and (!(Get-Module -
99

1010
Import-Module -Name PSReadLine
1111
Import-Module -Name posh-git
12-
Import-Module -Name oh-my-posh
1312
Import-Module -Name Terminal-Icons
1413

1514
# Enable Posh-Git

Profile/prompt.ps1

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Prompt
2-
Set-PoshPrompt -Theme wopian -ErrorAction SilentlyContinue
2+
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\wopian.omp.json" | Invoke-Expression
3+
# Set-PoshPrompt -Theme wopian -ErrorAction SilentlyContinue
34

45
# Write Current Version and Execution Policy Details:
56
Write-Host "PowerShell Version: $($psversiontable.psversion) - ExecutionPolicy: $(Get-ExecutionPolicy)" -ForegroundColor yellow

0 commit comments

Comments
 (0)