X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.bashrc;h=8e1ca7560e66511980aefe85f8cbf3147a9a999e;hp=f00ed6d679b79d1217361e385af90b14d839ff40;hb=263e1014643f10a9307951f7a1755d820cb9a109;hpb=9dbd1b86bd0b476490666c8be190a4617fbdcca0 diff --git a/.bashrc b/.bashrc index f00ed6d..8e1ca75 100644 --- a/.bashrc +++ b/.bashrc @@ -167,7 +167,7 @@ for file in $HOME/.bookmarks.html;do done export GREP_OPTIONS="--binary-files=without-match --directories=skip" if echo x|GREP_OPTIONS="--exclude=y" grep -q x 2>/dev/null;then - export GREP_OPTIONS="$GREP_OPTIONS --exclude=tags --exclude=TAGS --exclude=CVS --exclude=ChangeLog*" + export GREP_OPTIONS="$GREP_OPTIONS --exclude=tags --exclude=TAGS --exclude=CVS --exclude=ChangeLog* --exclude=*.svn-base" # FIXME: grep(1) ignores subdirectories for --exclude. #export GREP_OPTIONS="$GREP_OPTIONS --exclude=testsuite --exclude=.pc --exclude=.svn" fi @@ -183,6 +183,7 @@ export HISTSIZE=100000 export HISTFILESIZE="$HISTSIZE" export GDBHISTFILE="$HOME/.gdb_history" export CVS_RSH="ssh" +export TZ=":/usr/share/zoneinfo/Europe/Prague" # Do not: grep -w "$TERM" /etc/termcap >/dev/null || export TERM=vt220 # as Sun workaround as Debian misses: /etc/termcap # expects: $uname_p