diff options
Diffstat (limited to 'dot_config/powershell')
| -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} } } |
