Initial commit
This commit is contained in:
2
Documents/PowerShell/completions.ps1
Normal file
2
Documents/PowerShell/completions.ps1
Normal file
@@ -0,0 +1,2 @@
|
||||
# Chezmoi
|
||||
if (Get-Command chezmoi -ErrorAction SilentlyContinue) { chezmoi completion powershell | Out-String | Invoke-Expression }
|
||||
Reference in New Issue
Block a user