Alias powershell to pwsh

This commit is contained in:
RealStickman 2021-05-06 10:40:18 +02:00
parent 1b341f8d85
commit 5b78cb85af

View File

@ -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'