From 95304660b69cfdbc422e9a5d23450af07531067e Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Mon, 29 Jun 2026 20:24:06 -0300 Subject: [PATCH] Update profile --- Documents/PowerShell/Microsoft.PowerShell_profile.ps1 | 7 +++++++ dot_gitconfig | 2 ++ 2 files changed, 9 insertions(+) diff --git a/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 b/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 index b964c90..67dad5d 100644 --- a/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 +++ b/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 @@ -1,3 +1,6 @@ +# Setup +$PSProfileLoadTimePreference = 'Silent' + ### Shell completion # Scoop completion @@ -27,6 +30,10 @@ if (Get-Command packwiz -ErrorAction SilentlyContinue) { Invoke-Expression ((&packwiz completion powershell | Out-String)) } +if (Get-Command cheat -ErrorAction SilentlyContinue) { + Invoke-Expression ((&cheat --completion powershell | Out-String)) +} + ### Aliases # Unix like pwd diff --git a/dot_gitconfig b/dot_gitconfig index 059b319..7c4c616 100644 --- a/dot_gitconfig +++ b/dot_gitconfig @@ -18,3 +18,5 @@ helper = wincred helper = cache +[safe] + directory = *