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 cb799e8 commit 4965fdeCopy full SHA for 4965fde
pwsh/aliases.ps1
@@ -62,6 +62,7 @@ ${function:neofetch} = { bash C:\bin\neofetch\neofetch }
62
# Shutdown System
63
${function:shutdown} = { Stop-Computer -ComputerName localhost }
64
Set-Alias -Name shut -Value shutdown
65
+Set-Alias -Name sd -Value shutdown
66
67
# Restart System
68
${function:restart} = { Restart-Computer }
0 commit comments