2 # $HOME/.profile (works with sh, ksh and bash)
5 # ~/.profile: executed by the command interpreter for login shells.
6 # This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
8 # see /usr/share/doc/bash/examples/startup-files for examples.
9 # the files are located in the bash-doc package.
11 #if test -n "$BASH_VERSION"; then
13 #elif test -n "$KSH_VERSION"; then
15 #elif test -n "$FCEDIT"; then
17 #elif test -n "$ZSH_VERSION"; then
19 #elif test -n "$PS3"; then
25 if [ -z "$USER" ]; then
26 USER="$LOGNAME"; export USER
29 # the default umask is set in /etc/profile; for setting the umask
30 # for ssh logins, install and configure the libpam-umask package.
33 ### umask sets a mask for the default file permissions,
34 ### umask 022 is less restrictive, 077 more paranoid
37 PATH="$HOME"/bin:"$HOME"/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
38 MANPATH="$HOME"/man:/usr/local/man:/usr/share/man:/usr/man
39 # LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/lib
40 export PATH MANPATH # LD_LIBRARY_PATH
45 *UTF-8) # LC_CTYPE is already set
48 *) LC_CTYPE=ru_RU.KOI8-R
51 LC_COLLATE="$LC_CTYPE"
53 export LANG LC_CTYPE LC_COLLATE
60 ### uncomment to select an alternate timezone (/etc/localtime is default)
61 # TZ=/usr/share/zoneinfo/Europe/Moscow; export TZ
63 ### NEWS Configuration
66 export ORGANIZATION # NNTPSERVER
68 (set -P 2>/dev/null) && set -P # follow physical paths, not symlinks
70 # Interactive only commands
72 #if test -f .hushlogin && ! cmp -s .motd /etc/motd; then
73 # tee $HOME/.motd < /etc/motd
76 if [ -z "$TERM" ]; then
77 eval `tset -Q -s -m 'network:?xterm'`
82 if which less >/dev/null 2>&1; then
88 # mutt, python and vim
91 [ -n "$HAS_LESS" ] && . "$HOME"/lib/config/less/dark_bg
94 *rxvt*|screen*|*term*|vt100)
97 [ -n "$HAS_LESS" ] && . "$HOME"/lib/config/less/light_bg
101 if [ -x /usr/bin/dircolors ]; then
102 test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
105 if [ -n "$HAS_LESS" ]; then
109 *UTF-8) LESSCHARSET=utf-8
112 *) LESSCHARSET=koi8-r
116 LESSEDIT='vim ?lt+%lt. -- %f'
117 export LESS LESSCHARSET LESSEDIT # LESSCHARDEF
119 # make less more friendly for non-text input files, see lesspipe(1)
120 #[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
127 EDITOR="$HOME"/.vim/vim.sh
130 export EDITOR FCEDIT VISUAL
132 HISTCONTROL=ignoreboth
133 HISTIGNORE="`echo '&: *:~\?*:[bf]g:cd:clear:e:exit:logout:l:ls:ll:llp:[m,]c:ьс:w:X:x' | iconv -f koi8-r`"
134 HISTFILE="$HOME/.sh_history"
137 export HISTCONTROL HISTIGNORE HISTFILE HISTFILESIZE HISTSIZE
139 # Used by bash/mc for hostname completion
140 HOSTFILE="$HOME"/lib/config/hosts
143 MAIL="/var/mail/$USER"
144 MAILPATH="$MAIL:$HOME/mail/admin:$HOME/mail/block:$HOME/mail/bulk"
145 if [ -d "$HOME"/mail/lists/ ]; then
146 MAILPATH="$MAILPATH:`echo $HOME/mail/lists/* | sed 's/ /:/g'`"
149 if [ -n "$STY" -a "$WINDOW" != 0 ]; then
153 BROWSER="links2:links:elinks:w3m:lynx"
155 *rxvt*|screen*|*term*|vt100)
161 #all_proxy="http://localhost:3128"
162 #ftp_proxy="$all_proxy"
163 #gopher_proxy="$all_proxy"
164 #http_proxy="$all_proxy"
165 #https_proxy="$all_proxy"
166 auto_proxy="file:///home/phd/admin/WWW/Mozilla/mozilla.pac"
167 no_proxy="localhost,127.0.0.1"
168 #export all_proxy ftp_proxy http_proxy https_proxy auto_proxy no_proxy # gopher_proxy
169 export auto_proxy no_proxy
174 # set variable identifying the chroot you work in (used in the prompt below)
175 if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then
176 debian_chroot="`cat /etc/debian_chroot`"
179 if test -n "$BASH_VERSION"; then
182 PS1="${debian_chroot:+($debian_chroot)}`/usr/bin/whoami`@`/bin/hostname -s` > "
185 ### biff controls new mail notification
187 ### mesg controls messages (write/talk) from other users
189 # make mail(1) use a pager
192 PYTHONSTARTUP="$HOME"/lib/python/init.py
196 email="phd@phdru.name"
198 GIT_AUTHOR_NAME="$name"
199 GIT_AUTHOR_EMAIL="$email"
200 GIT_COMMITTER_NAME="$name"
201 GIT_COMMITTER_EMAIL="$email"
202 export GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL
204 HGUSER="$name <$email>"
209 #if which pyenv >/dev/null 2>&1; then
210 # PYENV_ROOT="$HOME/.pyenv"
212 # PATH="$PYENV_ROOT/bin:$PATH"
213 # eval "`pyenv init --path`"
216 #SCREENDIR="$HOME"/tmp/screen
218 #mkdir -p "$SCREENDIR"
219 #chmod 700 "$SCREENDIR"
222 # No need to set DISPLAY - ssh sets DISPLAY and calls xauth
223 #DISPLAY="`who am i | awk '{print substr($6, 2, length($6)-2 )}' | sed -e 's/:.*$//'`:0.0"
226 if [ -n "$DISPLAY" ]; then
227 PATH=$PATH:/usr/games
229 # mutt, python and vim
232 [ -n "$HAS_LESS" ] && . "$HOME"/lib/config/less/light_bg
235 BROWSER="firefox:seamonkey:chromium:google-chrome:opera:xlinks2:$BROWSER"
237 ### X Window System Configuration
238 #XAPPLRESDIR="$HOME/lib/X11/app-defaults/"; export XAPPLRESDIR
239 ### Old-style XNLSPATH
240 #XNLSPATH=/usr/X11R6/lib/X11/nls; export XNLSPATH
242 # For GTK2/GLib to convert filenames between internal and locale encodings
243 G_FILENAME_ENCODING="@locale"
244 export G_FILENAME_ENCODING
245 #G_BROKEN_FILENAMES=1
246 #export G_BROKEN_FILENAMES
248 # X Input Method, for Multi key (Compose) to work
251 export GTK_IM_MODULE QT_IM_MODULE
257 # nVidia OpenGL full scene anti-aliasing
259 #export __GL_FSAA_MODE
261 #xhost +local:root > /dev/null 2>&1
264 [ -n "$HAS_LESS" ] && unset HAS_LESS
267 # read in usepkg function
268 # . "$HOME"/lib/config/usepkg.sh
276 # If SUN console, start the windows system
278 # if [ `tty` = /dev/console ] ; then
279 # if [ "$TERM" = sun -o "$TERM" = AT386 ] ; then
281 # if [ ${OPENWINHOME:-""} = "" ] ; then
282 # OPENWINHOME=/usr/openwin
287 # echo "Starting OpenWindows in 5 seconds (type Control-C to interrupt)"
290 # "$OPENWINHOME"/bin/openwin
292 # clear # get rid of annoying cursor rectangle
293 # #exit # logout after leaving windows system