chore(zsh): alias kssh to kitten ssh

main
sudo pacman -Syu 2024-05-09 01:41:54 +07:00
parent 047ce3f847
commit bc03c14baa
1 changed files with 5 additions and 0 deletions

View File

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