Alias powershell to pwsh
This commit is contained in:
parent
1b341f8d85
commit
5b78cb85af
@ -63,6 +63,9 @@ alias notify='notify-send "Terminal" "Your command finished!" --icon=dialog-info
|
||||
# needs python on the server
|
||||
alias ssh='kitty +kitten ssh use-python'
|
||||
|
||||
# alias for powershell
|
||||
alias powershell='pwsh'
|
||||
|
||||
#list
|
||||
alias ls='ls --color=auto'
|
||||
#alias la='ls -a'
|
||||
|
Loading…
Reference in New Issue
Block a user