really more
[hombase.git] / .profile
blob43ba44def5bc5ff9945dacf164123bf250390a42
1 #case-insensitive when expand file name
2 shopt -s nocaseglob
3 set completion-ignore-case on 
5 # history setting
6 #Make Bash append rather than overwrite the history on disk
7 shopt -s histappend
8 #Whenever displaying the prompt, write the previous line to disk
9 PROMPT_COMMAND='history -a'
10 export HISTCONTROL=ignoredups
11 export HISTIGNORE="[   ]*:&:bg:fg:hs *:history:exit"
12 export HISTTIMEFORMAT="%d/%m/%y %T "
13 HISTFILESIZE=500000000
14 HISTSIZE=500000
17 #fortune
19 # for cvs env
20 export CVSROOT=":pserver:lifan@localhost:/l/cvsdev"
21 #export CVSROOT=":ext:lifan@localhost:/l/cvsdev"
22 #export CVS_RSH="ssh"
24 #for the nt proȨÏÞ
25 #export CYGWIN="nontsec nosmbntsec tty"
27 #for man conf
28 export MANPATH=/usr/local/man:/usr/local/share/man:/usr/share/man:/usr/man:/usr/ssl/man
30 #for python lib path
31 export PYTHONPATH="$PYTHONPATH:/usr/local/lib/python2.5/site-packages:/home/lifan/other-sh"
33 #for the x win path
34 #GDK_USE_XFT=0
36 #for usr path
37 #export PATH=/usr/bin:/usr/openwin/bin:~/other-exe:$PATH
39 #for pkg-config path
40 #export PKG_CONFIG_PATH="/usr/lib/pkgconfig/:/usr/local/lib/pkgconfig/"
42 # for the display Chinese Char
43 source ~/.myprofile
45 #from bashrc
46 #LC_CTYPE=zh_CN.GB2312
47 #CHARSET=GB2312 
48 LC_CTYPE=zh_CN.UTF-8
49 #LC_CTYPE=C
50 CHARSET=UTF-8
51 export LC_CTYPE CHARSET
52 #export XMODIFIERS="@im=fcitx" 
53 XML_CATALOG_FILES=$HOME/conf/catalog.xml\ /etc/xml/catalog
54 export XML_CATALOG_FILES
56 #clear