the shell

Is there any possibility to to change the “$” att the command promt to showing which directory you are in?

Change to bash from ksh as your shell (install the bash package and then edit /etc/passwd). Then add this to $HOME/.bash_profile:

export PS1="[\033[0m][[\033[36m]\w[\033[0m]]\n[\033[35m]\u@\h[\033[0m] → "