Update dotfiles

This commit is contained in:
2024-02-15 17:02:50 -04:00
parent 383af5728b
commit 5392b6d7ed
3 changed files with 1433 additions and 1432 deletions

View File

@@ -48,7 +48,7 @@ Set-Alias -Name ls -Value exa
if (Test-Path alias:cd) {
Remove-Alias -Name cd
}
Set-Alias -Name cd -Value zoxide
Set-Alias -Name cd -Value z
# Replace grep with ugrep
if (Test-Path alias:grep) {