summaryrefslogtreecommitdiff
path: root/dot_config/powershell/Microsoft.PowerShell_profile.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/powershell/Microsoft.PowerShell_profile.ps1')
-rw-r--r--dot_config/powershell/Microsoft.PowerShell_profile.ps11
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}
}
}