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
 }