Skip to content

Commit

Permalink
because I like chips [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
SQLDBAWithABeard committed Aug 19, 2023
1 parent f9ab6d6 commit 8383d7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containers/base/profile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ function Load-Profile {
)
$global:__currentTheme = (Get-Random -InputObject $themes)
function global:Get-CurrentPoshTheme { $__currentTheme }
Set-PoshPrompt -Theme $__currentTheme

# Set-PoshPrompt -Theme $__currentTheme
Set-PoshPrompt -Theme 'chips'
if ($psstyle) {
$psstyle.FileInfo.Directory = $psstyle.FileInfo.Executable = $psstyle.FileInfo.SymbolicLink = ""
$PSStyle.FileInfo.Extension.Clear()
Expand Down

0 comments on commit 8383d7e

Please sign in to comment.