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