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 0e539f8 commit 65c331eCopy full SHA for 65c331e
pwsh/aliases.ps1
@@ -70,6 +70,9 @@ Set-Alias -Name reboot -Value restart
70
Set-Alias -Name rb -Value restart
71
Set-Alias -Name rs -Value restart
72
73
+# Logout current user
74
+${function:logout} = { logoff }
75
+
76
# Create a new directory and enter it
77
Set-Alias -Name mkd -Value CreateAndSetDirectory
78
0 commit comments