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

Re: Aliase dauerhaft festlegen



Hallo Martin, 

Am 00:10 2003-01-31 +0100 hat Martin Küppers geschrieben:

>Problem ist gelöst für user martin
>
>nicht für root

Dann trag doch das Zeug in die /etc/profile ein...
Bei mir steht: 

----------------------------------------------------------------------
# /etc/profile: system-wide .profile file for bash(1).

PS1="\u@\h:\w > "
export PATH PS1
export LS_OPTIONS='--color=auto'
eval `dircolors`
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'
alias l='ls $LS_OPTIONS -lA'
setterm -blank 0
echo -n "   " ; uptime
----------------------------------------------------------------------

Must Du alles so kompliziert machen ??? 

Michelle




Reply to: