Skip to content

Commit 4965fde

Browse files
committed
✨ Added sd alias to shutdown function
1 parent cb799e8 commit 4965fde

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
@@ -62,6 +62,7 @@ ${function:neofetch} = { bash C:\bin\neofetch\neofetch }
6262
# Shutdown System
6363
${function:shutdown} = { Stop-Computer -ComputerName localhost }
6464
Set-Alias -Name shut -Value shutdown
65+
Set-Alias -Name sd -Value shutdown
6566

6667
# Restart System
6768
${function:restart} = { Restart-Computer }

0 commit comments

Comments
 (0)