1
0
Tom 12 жил өмнө
parent
commit
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
 }