.bashrc wird nicht ausgeführt…
Datum: 7. März 2011
Kategorien: IT
das kann durchaus daran liegen das ggf keine .profile existiert. # ~/.profile: executed by the command interpreter for login shells. # This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login # exists. if [ -n „$BASH_VERSION“ ]; then # include .bashrc if it exists if [ -f „$HOME/.bashrc“ ]; then . „$HOME/.bashrc“ fi … Read More