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 9e5a7d0 commit 0e539f8Copy full SHA for 0e539f8
pwsh/aliases.ps1
@@ -68,6 +68,7 @@ Set-Alias -Name sd -Value shutdown
68
${function:restart} = { Restart-Computer }
69
Set-Alias -Name reboot -Value restart
70
Set-Alias -Name rb -Value restart
71
+Set-Alias -Name rs -Value restart
72
73
# Create a new directory and enter it
74
Set-Alias -Name mkd -Value CreateAndSetDirectory
0 commit comments