From 100310f1eff30b1d274b94fa246f8b9dc5146151 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Thu, 8 Aug 2024 13:02:17 -0500 Subject: feat(powershell): add some pis --- dot_config/powershell/Microsoft.PowerShell_profile.ps1 | 1 + 1 file changed, 1 insertion(+) (limited to 'dot_config/powershell/Microsoft.PowerShell_profile.ps1') 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} } } -- cgit v1.2.3