diff --git a/data/zsh/bottom-zshrc b/data/zsh/bottom-zshrc index 133d055..fecc2af 100644 --- a/data/zsh/bottom-zshrc +++ b/data/zsh/bottom-zshrc @@ -93,6 +93,11 @@ if command -v eza &>/dev/null; then alias lt="eza --tree" fi +# https://github.com/kovidgoyal/kitty +if command -v kitten &>/dev/null; then + alias kssh="kitten ssh" +fi + # https://github.com/wilfred/difftastic if command -v difft &>/dev/null; then export DFT_DISPLAY=inline