[zsh] add a little alias to kitty's icat

This commit is contained in:
Dmytro Meleshko 2021-05-14 11:45:59 +03:00
parent 39c393822d
commit 8804edfafe
1 changed files with 4 additions and 0 deletions

View File

@ -107,3 +107,7 @@ if ! command_exists update-grub; then
# left as a challenge to the documentation reader.
alias update-grub="grub-mkconfig -o /boot/grub/grub.cfg"
fi
if command_exists kitty && ! command_exists icat; then
alias icat="kitty +kitten icat"
fi