Skip to content

Commit 93c112a

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

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
8+
function rb{
9+
r build
10+
}
11+

0 commit comments

Comments
 (0)