Make kitty work with fish shell through python

This commit is contained in:
RealStickman 2021-04-29 13:32:49 +02:00
parent cde84156f9
commit d39146e6a8

View File

@ -60,7 +60,7 @@ alias setup='git clone https://gitlab.com/RealStickman-arch/setup && cd setup &&
alias notify='notify-send "Terminal" "Your command finished!" --icon=dialog-information'
#ssh alias to never bother with terminfo again
alias ssh='kitty +kitten ssh'
alias ssh='kitty +kitten ssh use-python'
#list
alias ls='ls --color=auto'