theme
This commit is contained in:
parent
1c91dde68b
commit
2c7e2e0645
|
@ -23,9 +23,9 @@ Set-Alias -Name v nvim
|
||||||
$isPs7 = $host.Version.Major -ge 7
|
$isPs7 = $host.Version.Major -ge 7
|
||||||
if ( $isPs7 ) {
|
if ( $isPs7 ) {
|
||||||
if ((Get-Module oh-my-posh).Version.Major -eq 3) {
|
if ((Get-Module oh-my-posh).Version.Major -eq 3) {
|
||||||
Set-PoshPrompt
|
Set-PoshPrompt -Theme fish
|
||||||
} else {
|
} else {
|
||||||
Set-Prompt
|
Set-Prompt -Theme fish
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user