# Please enter the commit message for your changes.
[safanaj_home.git] / .bash_profile
blobe804b9fc1b3ad74219e086e87c590d7b9c6784ba
1 # ~/.bash_profile: executed by bash(1) for login shells.
2 # see /usr/share/doc/bash/examples/startup-files for examples.
3 # the files are located in the bash-doc package.
5 # the default umask is set in /etc/login.defs
6 umask 022
7 unset LC_ALL LANG LANGUAGE
8 LC_ALL="C"
9 LANG=it_IT.utf8
10 LANGUAGE=it_IT.utf8
12 export ___BASH_PROFILE_IS_EXPORTED=yes
14 # include .bashrc if it exists
15 if [ -f ~/.bashrc ]; then
16     . ~/.bashrc
18 # echo 'sourced .bashrc '
20 PATH=/sbin:/usr/sbin:/gnu/bin:"${PATH}"
21 MANPATH=/usr/share/man:/usr/local/share/man:/gnu/share/man
22 INFOPATH=/gnu/share/info:/usr/share/info:/usr/local/share/info
24 GS_SETUP=~/GNUstep/.gs-setup
25 [ -f ${GS_SETUP} ] && . ${GS_SETUP}
26 # echo 'sourced .gs-setup '
27 ## Not in .GNUstep.conf because is not a standard variable. (gnustep-config ugly it)
28 GNUSTEP_USER_MAKEFILES=`gnustep-config --variable=GNUSTEP_USER_LIBRARY`/Makefiles
29 export GNUSTEP_USER_MAKEFILES
31 # # for GCC snapshot
32 # LD_LIBRARY_PATH=/usr/lib/gcc-snapshot/lib:$LD_LIBRARY_PATH
33 # PATH=/usr/lib/gcc-snapshot/bin:$PATH
36 #LYNX_CFG=~/lynx.cfg
38 # set PATH so it includes user's private bin if it exists
39 if [ -d ~/bin ] ; then
40     PATH=~/bin:"${PATH}"
44 # For editing
45 EDITOR="run_emacs"
46 ALTERNATE_EDITOR="emacs"
48 export PATH LANG MANPATH INFOPATH EDITOR ALTERNATE_EDITOR
50 if [ -z "$DISPLAY" ]; then
51     echo 'in X ricordati del prompt !! (PROMPT_COMMAND=)'
54 CVS_RSH=ssh
55 export CVS_RSH