Skip to content

Commit

Permalink
kitty config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwh committed Aug 9, 2023
1 parent e80e964 commit a3592cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/kitty/kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions zshrc_local
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit a3592cc

Please sign in to comment.