Skip to content

Commit 0e539f8

Browse files
committed
✨ Added rs alias to restart function
1 parent 9e5a7d0 commit 0e539f8

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
@@ -68,6 +68,7 @@ Set-Alias -Name sd -Value shutdown
6868
${function:restart} = { Restart-Computer }
6969
Set-Alias -Name reboot -Value restart
7070
Set-Alias -Name rb -Value restart
71+
Set-Alias -Name rs -Value restart
7172

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

0 commit comments

Comments
 (0)