> # include .bashrc if it exists > > if [ -f ~/.bashrc ]; then > source ~/.bashrc > fi > > Standardmäßig sind diese Zeilen auskommentiert. > > Grüße > Andreas Janssen > Hallo Andreas,
meine ~/.bash_profile sieht so aus, die Zeilen waren nicht auskommentiert. # ~/.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 # the rest of this file is commented out. # include .bashrc if it exists if [ -f ~/.bashrc ]; then source ~/.bashrc fi # set PATH so it includes user's private bin if it exists #if [ -d ~/bin ] ; then # PATH=~/bin:"${PATH}" #fi # do the same with MANPATH #if [ -d ~/man ]; then # MANPATH=~/man:"${MANPATH}" #fi # ---- language-env DON'T MODIFY THIS LINE! # .bash_profile is executed on login. if [ -e ~/.bashrc ] then # execute .bashrc if it exists. . ~/.bashrc fi # ---- language-env end DON'T MODIFY THIS LINE! Noch irgendwelche Ideen? Grüße Michael -- Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/ Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)