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 = *