> > - Is there an easy way to define directory colors for the use in any > > virtual console? For example every executable script should be listed in > > red, any directory in blue, and so on.... > > Put this in your ~/.bashrc > > export LS_OPTIONS='--color=auto' > eval `dircolors` > alias ls='ls -F $LS_OPTIONS' > alias ll='ls $LS_OPTIONS -l' > alias l='ls $LS_OPTIONS -lA' > > Then source it in your .xsession > > # Source .bashrc > if [ -f $HOME/.bashrc]; then > source $HOME/.bashrc > fi Thank you a lot!!!!
It is unbelievably how FAST the Debian community reacts on a question! Have you ever tried SuSE-Support? I hope one day I can give some usefull help back to other users, Thanks a lot, Uwe

