Skip to content

Instantly share code, notes, and snippets.

@tmwatchanan
Created May 10, 2019 05:47
Show Gist options
  • Select an option

  • Save tmwatchanan/e1c436fb639fbe30b1429a6d70a1ff0f to your computer and use it in GitHub Desktop.

Select an option

Save tmwatchanan/e1c436fb639fbe30b1429a6d70a1ff0f to your computer and use it in GitHub Desktop.
Configs for using tmux and zshrc together
# .zshrc file
[[ $TMUX = "" ]] && export TERM="xterm-256color"
# .tmux.conf file
set -g default-terminal "screen-256color"
@tmwatchanan
Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment