dofiles-win/Documents/PowerShell/completions.ps1
2024-02-02 09:27:16 -04:00

2 lines
132 B
PowerShell

# Chezmoi
if (Get-Command chezmoi -ErrorAction SilentlyContinue) { chezmoi completion powershell | Out-String | Invoke-Expression }