Hello i have done this in the dot.cshrc file

**********************************************
alias h         history 25
alias j         jobs -l
alias la        ls -a
alias lf        ls -FA
alias ll        ls -lA
alias rm        rm -i

setenv  EDITOR  pico
setenv  PAGER   more
setenv  BLOCKSIZE       K
stty erase '^h'

if ($?prompt) then
        set filec
        set history = 100
        set savehist = 100
endif
*****************************************************

But my aliases does not work and when i add * set prompt = "$LOGNAME %" * it
does not work either. Whats wrong and how do i fix this?

./kasper



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to