Automated merge with file:///cygdrive/d/srv/hg/skel
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 24 Apr 2010 21:51:53 +0300
changeset 61 505fcddef5c3
parent 58 78d46cc0da41 (diff)
parent 60 0980cc675a28 (current diff)
child 62 54e803acda8f
Automated merge with file:///cygdrive/d/srv/hg/skel
--- a/.bashrc	Sat Apr 24 21:51:21 2010 +0300
+++ b/.bashrc	Sat Apr 24 21:51:53 2010 +0300
@@ -85,7 +85,10 @@
 # what most people want from od (hexdump)
 # alias hd='od -Ax -tx1z -v'
 
-alias indent-bifit="indent -bap -bbo -br -brs -cdb -cdw -ce -cli0 -c0 -cs -d0 -di0 -hnl -l120 -lc90 -i4 -npcs -ppi 3 -npsl -nut -sbi4 -sc"
+# --blank-lines-after-procedures --break-before-boolean-operator --braces-on-if-line --braces-on-struct-decl-line
+# --comment-indentationn --space-after-cast --line-comments-indentationn --declaration-indentationn --honour-newlines
+# --no-space-after-function-call-names --no-tabs --struct-brace-indentationn --start-left-side-of-comments
+alias indent-bifit="indent -bap -bbo -br -brs -cdw -ce -cli0 -c0 -cs -d0 -di0 -hnl -l120 -lc90 -i4 -npcs -ppi 3 -npsl -nut -sbi4 -sc"
 
 # canonicalize path (including resolving symlinks)
 # alias realpath='readlink -f'
--- a/.xinitrc	Sat Apr 24 21:51:21 2010 +0300
+++ b/.xinitrc	Sat Apr 24 21:51:53 2010 +0300
@@ -7,7 +7,10 @@
 # Because of bug in xorg invoking setxkbmap cause disable repeat char when key pressed.
 # setxkbmap -rules xorg -model pc104 -layout "us,ru" -option "grp:rwin_toggle,grp_led:scroll" &
 
-fvwm &
+# Don't use fvwm under Cygwin.
+if [ -z "$COMSPEC" ]; then
+  fvwm &
+fi
 
 # Last command.
 exec xterm -e bash -i