Update dotfiles
This commit is contained in:
@@ -4,7 +4,5 @@ Invoke-Expression (&scoop-search --hook)
|
||||
Import-Module "$($(Get-Item $(Get-Command scoop.ps1).Path).Directory.Parent.FullName)\modules\scoop-completion"
|
||||
# Chezmoi
|
||||
if (Get-Command chezmoi -ErrorAction SilentlyContinue) { chezmoi completion powershell | Out-String | Invoke-Expression }
|
||||
# LunarVim
|
||||
Set-Alias lvim 'C:\Users\Isaac\.local\bin\lvim.ps1'
|
||||
# Github CLI
|
||||
Invoke-Expression -Command $(gh completion -s powershell | Out-String)
|
||||
Reference in New Issue
Block a user