浏览代码

Fix indent of profile

pull/15/head
10sr 9 年前
父节点
当前提交
9b6aa4d0bb
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      profile

+ 2
- 2
profile 查看文件

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

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
TERM=screen-256color
fi


正在加载...
取消
保存