chore(zsh): remove unused alias

main
sudo pacman -Syu 2023-07-30 00:18:59 +07:00
parent 98a8b8fea3
commit c21994e609
1 changed files with 2 additions and 9 deletions

View File

@ -37,15 +37,8 @@ alias g="git"
alias moe="make"
alias meo="make"
# https://zellij.dev/documentation/faq.html
if command -v zellij &>/dev/null; then
alias zz="zellij"
fi
# https://sw.kovidgoyal.net/kitty/faq/
if command -v kitty &>/dev/null; then
alias kssh="kitty +kitten ssh"
fi
# https://github.com/charmbracelet/glow
alias gl="glow"
# https://restic.readthedocs.io/en/latest/manual_rest.html
if command -v restic &>/dev/null; then