chore(config): fix terminfo, add ghostty inits

This commit is contained in:
2024-12-30 17:27:45 +02:00
parent 2ccdd042f6
commit a8baa1671f
3 changed files with 10 additions and 2 deletions

View File

@@ -45,6 +45,10 @@ setup_tmux_window_name_plugin()
fi
}
if [[ -n $GHOSTTY_RESOURCES_DIR ]]; then
source "$GHOSTTY_RESOURCES_DIR"/shell-integration/zsh/ghostty-integration
fi
source_fzf_config
setup_tmux_window_name_plugin
x-have antidot && eval "$(antidot init)"