diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2024-08-08 13:02:17 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | 100310f1eff30b1d274b94fa246f8b9dc5146151 (patch) | |
| tree | 521694df777d0f74e1aef2c088e820fa38359a0e | |
| parent | 15e4a73ff96aba9aa9a9df4f90df7c61139e49c5 (diff) | |
feat(powershell): add some pis
| -rw-r--r-- | dot_config/powershell/Microsoft.PowerShell_profile.ps1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_config/powershell/Microsoft.PowerShell_profile.ps1 b/dot_config/powershell/Microsoft.PowerShell_profile.ps1 index 6a006de..78e02ae 100644 --- a/dot_config/powershell/Microsoft.PowerShell_profile.ps1 +++ b/dot_config/powershell/Microsoft.PowerShell_profile.ps1 @@ -29,6 +29,7 @@ if (Get-Command -Name 'nvim' -CommandType 'Application' -ErrorAction SilentlyCon # Can't create an "alias" with CLI args function pn() { & poetry run nvim . } function prun() { & poetry run } + function pis() { & poetry install --with dev --sync} } } |
