tanghai 14 лет назад
Родитель
Сommit
51acc174d3
2 измененных файлов с 35 добавлено и 0 удалено
  1. 12 0
      Config/.gitconfig
  2. 23 0
      Config/.screenrc

+ 12 - 0
Config/.gitconfig

@@ -0,0 +1,12 @@
+[alias]
+    co = checkout
+    br = branch
+    ci = commit
+    st = status
+
+[color]
+    ui = true
+
+[user]
+    name = tanghai
+    email = egametang@gmail.com

+ 23 - 0
Config/.screenrc

@@ -0,0 +1,23 @@
+vbell off
+escape ^Zz
+
+startup_message off
+
+# define a bigger scrollback, default is 100 lines, I like large scrollback
+defscrollback 10000
+
+# An alternative hardstatus to display a bar at the bottom listing the
+# windownames and highlighting the current windowname in blue. (This is only
+# enabled if there is no hardstatus setting for your terminal)
+hardstatus on
+hardstatus alwayslastline
+hardstatus string "%{.bW}%-w%{.rY}%n %t%{-}%+w %=%{..G} %H(%l) %{..Y} %Y/%m/%d "
+
+# another way to show window list
+#caption always "%?%F%{-b 4w}%:%{-b bb}%? %H | %l | %m-%d %c |%?%F%{-b4w}%?%L=%-Lw%45>%{-b w4}%n%f* %t%{-}%+Lw%-0<"
+
+# some useful keys for resizing
+bind = resize =
+bind + resize +1
+bind - resize -1
+bind _ resize max