obwohl in meiner .profile drin steht, dass die .bashrc ausgeführt werden soll, wenn diese existiert, scheint dies nicht zu funktionieren.
.profile
Code: Alles auswählen
# ~/.profile: executed by Bourne-compatible login shells.
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
mesg n
alias ll='ls -l'
alias dan='cd /home/daniel/'
alias down=' cd /home/daniel/downloads/'
alias scr='cd /home/daniel/scripts/'
alias la='ls -al'
Code: Alles auswählen
sh-2.05b$ bash -l
daniel@daniel-laptop:~$