feat(zsh): Manually manage plugins without omz

This commit is contained in:
js0ny 2024-11-17 14:32:18 +00:00
parent 556eca6b1d
commit 8288945608
5 changed files with 37 additions and 26 deletions

View file

@ -6,8 +6,8 @@ $DOTFILES = "$HOME/.dotfiles"
### Load Configs ###
Get-ChildItem -Path $DOTFILES\powershell -Filter *.ps1 | ForEach-Object {. $_}
Get-ChildItem -Path $DOTFILES\powershell_private -Filter *.ps1 | ForEach-Object {. $_}
Get-ChildItem -Path $DOTFILES/powershell -Filter *.ps1 | ForEach-Object {. $_}
Get-ChildItem -Path $DOTFILES/powershell_private -Filter *.ps1 | ForEach-Object {. $_}
## Aliases ###