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

.bashrc Frage



Hallo Leute,

wenn ich das Auflisten von Dateien und Ordner in Farbe haben möchte muss ich
folgende Werte in .bashrc verändern.

export LS_OPTIONS='--color=auto'
eval "'dircolors'"
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'
alias ll='ls $LS_OPTIONS -lA'

das funzt auch alles supper wenn ich jetzt aber

export LS_OPTIONS='--color=auto'
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'
alias ll='ls $LS_OPTIONS -lA'

angebe als ohne die Zeile eval "'dircolors'" kommt das gleiche ergebnis
raus. Wozu brauche ich dann noch die Zeile

eval "'dircolors'"  ????????


Danke für eure Antworten

Eure Saskia




Reply to: