Hallo!Ich versuche, unter KDE3 für das Befehlsfenster die PATH-Variable zu erweitern. Irgendwie klappt das nicht.
in der ~/.bash_profile steht: mask 022 if [ -f ~/.bashrc ]; then source ~/.bashrc fi if [ -d ~/bin ] ; then PATH=~/bin:"${PATH}" fi also eigentlich Standard... irgendwie tut es nur nicht und ich habe keine Ahnung, warum... Gruß, Marcus