Browse Source

Fix indent of profile

pull/15/head
10sr 9 years ago
parent
commit
9b6aa4d0bb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      profile

+ 2
- 2
profile View File

@@ -82,8 +82,8 @@ export GIT_EDITOR="$EDITOR"
export GIT_MERGE_AUTOEDIT=no export GIT_MERGE_AUTOEDIT=no


if test -n "$TMUX" && \ if test -n "$TMUX" && \
expr "$TERM" : screen >/dev/null && \
expr "`tmux display -p '#{client_termname}'`" : '.*-256color$' >/dev/null
expr "$TERM" : screen >/dev/null && \
expr "`tmux display -p '#{client_termname}'`" : '.*-256color$' >/dev/null
then then
TERM=screen-256color TERM=screen-256color
fi fi


Loading…
Cancel
Save