We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4965fde commit 9e5a7d0Copy full SHA for 9e5a7d0
pwsh/aliases.ps1
@@ -67,6 +67,7 @@ Set-Alias -Name sd -Value shutdown
67
# Restart System
68
${function:restart} = { Restart-Computer }
69
Set-Alias -Name reboot -Value restart
70
+Set-Alias -Name rb -Value restart
71
72
# Create a new directory and enter it
73
Set-Alias -Name mkd -Value CreateAndSetDirectory
0 commit comments