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
 }