Lines 38-44
Link Here
|
38 |
|
38 |
|
39 |
# Change the window title of X terminals |
39 |
# Change the window title of X terminals |
40 |
case ${TERM} in |
40 |
case ${TERM} in |
41 |
[aEkx]term*|rxvt*|gnome*|konsole*|interix) |
41 |
[aEkx]term*|rxvt*|gnome*|konsole*|interix|tmux*) |
42 |
PS1='\[\033]0;\u@\h:\w\007\]' |
42 |
PS1='\[\033]0;\u@\h:\w\007\]' |
43 |
;; |
43 |
;; |
44 |
screen*) |
44 |
screen*) |
Lines 80-86
Link Here
|
80 |
# Some systems (e.g. BSD & embedded) don't typically come with |
80 |
# Some systems (e.g. BSD & embedded) don't typically come with |
81 |
# dircolors so we need to hardcode some terminals in here. |
81 |
# dircolors so we need to hardcode some terminals in here. |
82 |
case ${TERM} in |
82 |
case ${TERM} in |
83 |
[aEkx]term*|rxvt*|gnome*|konsole*|screen|cons25|*color) use_color=true;; |
83 |
[aEkx]term*|rxvt*|gnome*|konsole*|screen|tmux|cons25|*color) use_color=true;; |
84 |
esac |
84 |
esac |
85 |
fi |
85 |
fi |
86 |
|
86 |
|