[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Farben in der Shell



Hallo,

ich habe auf zwei systemen den gleichen code in der .bashrc:

# ~/.bashrc: executed by bash(1) for non-login shells.

export PS1='\h:\w\$ '
umask 022



# may uncomment the following lines if you want `ls' to be colorized:
export LS_OPTIONS='--color=auto -l'
eval `dircolors`
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'
alias l='ls $LS_OPTIONS -lA'
alias dir='ls --color -A'
#
# Some more alias to avoid making mistakes:
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'



Nur bei dem einen server macht er mir die conf dateien grün, bei den anderen ganz nromal grau.

Gibt es da irgendwo noch etwas wo man die farben dementsprechend erst anlegen muss?

VIelen Dank
marcus

_________________________________________________________________
Haben Spinnen Ohren? Finden Sie es heraus ? mit dem MSN Suche Superquiz via http://www.msn-superquiz.de Jetzt mitmachen und gewinnen!



Reply to: