From bc03c14baa0eac0c4db89f8ba11dcd45d3c02f74 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Thu, 9 May 2024 01:41:54 +0700 Subject: [PATCH] chore(zsh): alias kssh to kitten ssh --- data/zsh/bottom-zshrc | 5 +++++ 1 file changed, 5 insertions(+) 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