[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: .bashrc und .bash_profile werden unter Debian unstable nicht gelesen!



Am 2004-04-28 11:26:57, schrieb Wolfgang Balster:
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>Hallo Liste,
>
>Ich will ~/bin in meinen Pfad bekommen und es geht ums Verrecken nicht ... 
>Weiß jemand Bescheid?

  ____ /home1/michelle/.bash_profile _______________________________
 /
|  # ~/.bash_profile: executed by bash(1) for login shells.
|  # see /usr/share/doc/bash/examples/startup-files for examples.
|  # the files are located in the bash-doc package.
|  
|  umask 022
|  HISTCONTROL=both
|  
|  if [ -f ~/.bashrc ]; then
|      source ~/.bashrc
|  fi
|  
|  if [ -d ${HOME}/bin ] ; then
|      export PATH=${HOME}/bin:"${PATH}"
|  fi
|  
|  export MANPATH=`manpath`
|  
|  if [ -d ${HOME}/man ]; then
|      export MANPATH=${HOME}/man:${MANPATH}
|  fi
|  
|      # consolechars -f iso09.f16
|      # loadkeys --quiet -s tr_q-latin5
 \__________________________________________________________________


>Mit freundlichem Gruss
>
>Wolfgang Balster


Greetings
Michelle

-- 
Registered Linux-User #280138 with the Linux Counter, http://counter.li.org/ 

Attachment: signature.asc
Description: Digital signature


Reply to: