From 0d985dc0de8f3bcdb4910692062bc2f072e0778b Mon Sep 17 00:00:00 2001 From: Doug Masiero Date: Mon, 28 Apr 2025 16:12:13 -0400 Subject: [PATCH] Add Set TERM and TERMINFO_DIRS - ghostty over SSH --- .zshrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index eb10190..e12186c 100644 --- a/.zshrc +++ b/.zshrc @@ -35,4 +35,8 @@ set_xquartz_display() { set_xquartz_display # Update XDG_DATA_DIRS for GSettings schemas -export XDG_DATA_DIRS=/usr/local/share:/usr/share:/opt/homebrew/share:$XDG_DATA_DIRS \ No newline at end of file +export XDG_DATA_DIRS=/usr/local/share:/usr/share:/opt/homebrew/share:$XDG_DATA_DIRS + +# Set TERM and TERMINFO_DIRS for compatibility +export TERM=xterm-256color +export TERMINFO_DIRS=/usr/share/terminfo:/opt/homebrew/share/terminfo \ No newline at end of file