Update dotfiles

This commit is contained in:
2024-05-28 18:45:41 -03:00
parent 39b55ebcd8
commit 68b7549cee
4 changed files with 1584 additions and 1105 deletions

View File

@ -6,4 +6,9 @@
. ~/Documents/PowerShell/completions.ps1
# Aliases
. ~/Documents/PowerShell/aliases.ps1
. ~/Documents/PowerShell/aliases.ps1
# Switch to default dir
if ((Get-Location) -like "*scoop\apps\windows-terminal*") {
Set-Location ~
}