summaryrefslogtreecommitdiff
path: root/dot_config/powershell/Microsoft.PowerShell_profile.ps1
diff options
context:
space:
mode:
authorIbrahim Muftee <ibrahim@muftee.net>2024-08-08 13:02:17 -0500
committerIbrahim Muftee <ibrahim@muftee.net>2026-07-01 00:23:31 -0400
commit100310f1eff30b1d274b94fa246f8b9dc5146151 (patch)
tree521694df777d0f74e1aef2c088e820fa38359a0e /dot_config/powershell/Microsoft.PowerShell_profile.ps1
parent15e4a73ff96aba9aa9a9df4f90df7c61139e49c5 (diff)
feat(powershell): add some pis
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}
}
}