Skip to content

Commit a4a881e

Browse files
committed
fix vim color in tmux
1 parent a0cabde commit a4a881e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

confs/bash_profile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export GREP_OPTIONS='--color=auto'
2323
export LANGUAGE=en_US:en
2424
export LANG=en_US.UTF-8
2525
export LC_ALL=en_US.UTF-8
26-
export TERM=xterm-256color
26+
export TERM=screen-256color
2727

2828
# source bashrc
2929
if [ -f ~/.bashrc ]

0 commit comments

Comments
 (0)