chore: alias zellij

main
sudo pacman -Syu 2023-03-11 18:14:13 +07:00
parent 8f67d99600
commit c31fe58979
1 changed files with 5 additions and 0 deletions

View File

@ -61,6 +61,11 @@ export FZF_DEFAULT_OPTS=" \
alias g="git"
alias moe="make"
# https://zellij.dev/documentation/faq.html
if command -v zellij &> /dev/null; then
alias zz="zellij --layout compact"
fi
# https://sw.kovidgoyal.net/kitty/faq/
alias kssh="kitty +kitten ssh"