dofiles-win/Documents/PowerShell/Microsoft.PowerShell_profile.ps1

9 lines
221 B
PowerShell
Raw Normal View History

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-02-02 22:40:00 -04:00
. ~/Documents/PowerShell/aliases.ps1