Skip to content

Instantly share code, notes, and snippets.

@nvictor
Created April 10, 2021 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nvictor/dc1cc04e79e62c825e9af5c9f0382f61 to your computer and use it in GitHub Desktop.
Save nvictor/dc1cc04e79e62c825e9af5c9f0382f61 to your computer and use it in GitHub Desktop.
tmux_term_setting.sh
# Because if you don't do this tmux will default to screen...
# See: https://github.com/zsh-users/zsh-autosuggestions/issues/229
if [ ! "$TMUX" = "" ]; then export TERM=xterm-256color; fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment