Skip to content

Commit 9e5a7d0

Browse files
committed
✨ Added rb alias to restart function
1 parent 4965fde commit 9e5a7d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pwsh/aliases.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Set-Alias -Name sd -Value shutdown
6767
# Restart System
6868
${function:restart} = { Restart-Computer }
6969
Set-Alias -Name reboot -Value restart
70+
Set-Alias -Name rb -Value restart
7071

7172
# Create a new directory and enter it
7273
Set-Alias -Name mkd -Value CreateAndSetDirectory

0 commit comments

Comments
 (0)