From 9b6aa4d0bb7e0aab52cab9bc12b7159fded36803 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 20 Nov 2015 19:49:47 +0900 Subject: [PATCH] Fix indent of profile --- profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profile b/profile index 952c9aa..5577081 100755 --- a/profile +++ b/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