mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(zsh): Manually manage plugins without omz
This commit is contained in:
parent
556eca6b1d
commit
8288945608
5 changed files with 37 additions and 26 deletions
|
|
@ -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 ###
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue