We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ab6d6 commit 8383d7eCopy full SHA for 8383d7e
containers/base/profile.ps1
@@ -59,8 +59,8 @@ function Load-Profile {
59
)
60
$global:__currentTheme = (Get-Random -InputObject $themes)
61
function global:Get-CurrentPoshTheme { $__currentTheme }
62
- Set-PoshPrompt -Theme $__currentTheme
63
-
+ # Set-PoshPrompt -Theme $__currentTheme
+ Set-PoshPrompt -Theme 'chips'
64
if ($psstyle) {
65
$psstyle.FileInfo.Directory = $psstyle.FileInfo.Executable = $psstyle.FileInfo.SymbolicLink = ""
66
$PSStyle.FileInfo.Extension.Clear()
0 commit comments