Skip to content

Commit 8383d7e

Browse files
because I like chips [no ci]
1 parent f9ab6d6 commit 8383d7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

containers/base/profile.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ function Load-Profile {
5959
)
6060
$global:__currentTheme = (Get-Random -InputObject $themes)
6161
function global:Get-CurrentPoshTheme { $__currentTheme }
62-
Set-PoshPrompt -Theme $__currentTheme
63-
62+
# Set-PoshPrompt -Theme $__currentTheme
63+
Set-PoshPrompt -Theme 'chips'
6464
if ($psstyle) {
6565
$psstyle.FileInfo.Directory = $psstyle.FileInfo.Executable = $psstyle.FileInfo.SymbolicLink = ""
6666
$PSStyle.FileInfo.Extension.Clear()

0 commit comments

Comments
 (0)