.bashrc: TZ=Manila
[nethome.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index 6533374..0696bcf 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -209,7 +209,8 @@ export HISTSIZE=10000000
 export HISTFILESIZE="$HISTSIZE"
 export GDBHISTFILE="$HOME/.gdb_history"
 export CVS_RSH="ssh"
-export TZ="Europe/Prague"
+export TZ="Asia/Manila"
+#export TZ="Europe/Prague"
 #export TZ="Canada/Eastern"
 export PYTHONUNBUFFERED=1
 export ASAN_OPTIONS=detect_leaks=0
@@ -288,7 +289,7 @@ function ctags {(unset ctags
                                                -o -name "*.[chCy]" \
                                                -o -name "*.cc"    \
                                                -o -name "*.cxx"   \
-                                               -o -name "*.cpp"   \
+                                               -o -name "*.[ch]pp"   \
                                                -o -name "*.[Ss]"  \
                                                -o -name "*.java"  \
                                                -o -name "*.p[lm]" \