Skip to content

Commit 113af49

Browse files
committed
✨ Added lo alias to logout funtion
1 parent 65c331e commit 113af49

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
@@ -72,6 +72,7 @@ Set-Alias -Name rs -Value restart
7272

7373
# Logout current user
7474
${function:logout} = { logoff }
75+
Set-Alias -Name lo -Value logout
7576

7677
# Create a new directory and enter it
7778
Set-Alias -Name mkd -Value CreateAndSetDirectory

0 commit comments

Comments
 (0)