Update profile

This commit is contained in:
2026-06-29 20:24:06 -03:00
parent 74df7982e6
commit 95304660b6
2 changed files with 9 additions and 0 deletions
@@ -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