diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index 79b1677..6b91def 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -684,7 +684,7 @@ font_size 12.0 #: Terminal bell {{{ -# enable_audio_bell yes +enable_audio_bell no #: The audio bell. Useful to disable it in environments that require #: silence. diff --git a/zshrc_local b/zshrc_local index ab15fde..c4f59ee 100644 --- a/zshrc_local +++ b/zshrc_local @@ -1,3 +1,4 @@ if [[ $USER = "alex" && -n $DISPLAY ]];then eval $(keychain --eval --agents ssh -Q --quiet --systemd) fi +[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"