Created
May 10, 2019 05:47
-
-
Save tmwatchanan/e1c436fb639fbe30b1429a6d70a1ff0f to your computer and use it in GitHub Desktop.
Configs for using tmux and zshrc together
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # .zshrc file | |
| [[ $TMUX = "" ]] && export TERM="xterm-256color" | |
| # .tmux.conf file | |
| set -g default-terminal "screen-256color" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reference: https://unix.stackexchange.com/a/171900/328369