Change aliases with ssh and kitty

This commit is contained in:
RealStickman 2021-05-17 14:06:10 +02:00
parent 724899b50f
commit 49308d550f

View File

@ -74,9 +74,10 @@ alias setup='git clone https://gitlab.com/RealStickman-arch/setup && cd setup &&
#notification
alias notify='notify-send "Terminal" "Your command finished!" --icon=dialog-information'
# ssh alias to never bother with terminfo again
# ssh aliases to never bother with terminfo again
# needs python on the server
alias ssh='kitty +kitten ssh use-python'
alias sshkp='kitty +kitten ssh use-python'
alias sshk='kitty +kitten ssh'
# alias for powershell
alias powershell='pwsh'