소스 검색

formatting

Tom 12 년 전
부모
커밋
f4a440aaab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .bashrc

+ 1 - 1
.bashrc

@@ -23,7 +23,7 @@ bind '"\e[B": history-search-forward'
 # ssh coloring
 ssh() {
     if command ssh "$@"; then
-	# reset iTerm session to Default
+    # reset iTerm session to Default
         echo -e "\033]50;SetProfile=Default\a"
     fi
 }