瀏覽代碼

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
 }