zsh: add kitty specific alias
This commit is contained in:
parent
71adc2caf7
commit
9b6fcc3650
|
@ -85,6 +85,11 @@ alias alert='print -n "\a"'
|
||||||
# deprecated
|
# deprecated
|
||||||
alias machklein='mksmol'
|
alias machklein='mksmol'
|
||||||
|
|
||||||
|
# kitty
|
||||||
|
if [[ ${TERMINAL} == "kitty" ]]; then
|
||||||
|
alias icat='kitten icat'
|
||||||
|
fi
|
||||||
|
|
||||||
# OS specific settings.
|
# OS specific settings.
|
||||||
if [[ -f /etc/gentoo-release ]]; then
|
if [[ -f /etc/gentoo-release ]]; then
|
||||||
# Directory aliases for some Gentoo paths
|
# Directory aliases for some Gentoo paths
|
||||||
|
|
Loading…
Reference in New Issue
Block a user