2024-02-02 22:28:57 -04:00
|
|
|
# Sync apps with scoop
|
2024-02-03 15:30:44 -04:00
|
|
|
# . ~/Documents/PowerShell/verify-state.ps1
|
2024-02-07 17:56:23 -04:00
|
|
|
# . ~/Documents/PowerShell/installed-apps.ps1
|
2024-02-02 22:28:57 -04:00
|
|
|
|
|
|
|
# Shell completion
|
2024-02-02 22:40:00 -04:00
|
|
|
. ~/Documents/PowerShell/completions.ps1
|
2024-02-02 22:28:57 -04:00
|
|
|
|
|
|
|
# Aliases
|
2024-05-28 18:45:41 -03:00
|
|
|
. ~/Documents/PowerShell/aliases.ps1
|
|
|
|
|
|
|
|
# Switch to default dir
|
|
|
|
if ((Get-Location) -like "*scoop\apps\windows-terminal*") {
|
|
|
|
Set-Location ~
|
|
|
|
}
|