1
0
Fork 0

zsh: add kitty specific alias

This commit is contained in:
tastytea 2024-03-12 11:35:07 +01:00
parent 71adc2caf7
commit 9b6fcc3650
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 5 additions and 0 deletions

View File

@ -85,6 +85,11 @@ alias alert='print -n "\a"'
# deprecated
alias machklein='mksmol'
# kitty
if [[ ${TERMINAL} == "kitty" ]]; then
alias icat='kitten icat'
fi
# OS specific settings.
if [[ -f /etc/gentoo-release ]]; then
# Directory aliases for some Gentoo paths