# HG changeset patch # User Ludovic Chabant # Date 1513146750 28800 # Node ID c05a8f2500427c5d901a55d8a6649980fc59013e # Parent b5d54b669b8c25f9ce02f2bbece0f78f7b725b09 Fix Vim colours in tmux on macOS. diff -r b5d54b669b8c -r c05a8f250042 fish/config.fish --- a/fish/config.fish Tue Dec 12 22:10:33 2017 -0800 +++ b/fish/config.fish Tue Dec 12 22:32:30 2017 -0800 @@ -17,6 +17,7 @@ set -g -x OS MacOSX set -g -x EDITOR vim set -g -x SHELL fish +set -g -x TERM screen-256color-bce # Python. set -g -x VIRTUAL_ENV_DISABLE_PROMPT 1 diff -r b5d54b669b8c -r c05a8f250042 tmux/tmux.conf --- a/tmux/tmux.conf Tue Dec 12 22:10:33 2017 -0800 +++ b/tmux/tmux.conf Tue Dec 12 22:32:30 2017 -0800 @@ -14,3 +14,5 @@ # Default to fish set -g default-command "fish" +set -g default-terminal "xterm" +