Skip to content

Commit 0b77223

Browse files
committed
feat: add default WindowsPowerShell_profile for developer profile.
1 parent 2157020 commit 0b77223

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Set-Alias pwsh "C:\Program Files\PowerShell\7-preview\pwsh.exe"
2+
Set-Alias -Name r -Value just -Scope Global -Option AllScope
3+
Set-Alias -Name :q -Value exit -Scope Global -Option AllScope
4+
function rr{
5+
r r
6+
}
7+

0 commit comments

Comments
 (0)