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

Re: less shows fortune



> There probably a mismatched quote somewhere, or something similar.
> 
> Post /etc/profile and /etc/csh.cshrc here, the error should be obvious
> to spot

I don't think so:

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

PATH="/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games"
PS1="\\$ "

export PATH PS1

umask 002
/usr/bin/check-sendfile
echo "\n"
fortune -a
echo ""





# /etc/csh.cshrc: system-wide .cshrc file for csh(1)/tcsh(1).
# $Id: csh.cshrc,v 1.4 1998/06/05 21:04:02 luisgh Exp $

# Getting a consistent keyboard mapping
if ($?tcsh ) then
  bindkey "\e[1~" beginning-of-line  # Home
  bindkey "\e[7~" beginning-of-line  # Home rxvt
  bindkey "\e[2~" overwrite-mode     # Ins
  bindkey "\e[3~" delete-char        # Delete
  bindkey "\e[4~" end-of-line        # End
  bindkey "\e[8~" end-of-line        # End rxvt
endif
if ( $?prompt ) then
  if ( "$TERM" == "linux" ) then
    set prompt = "%m:%B%~%b%# "
  else
    set prompt = "%U%m%u:%B%~%b%# "
  endif
endif

# inserted 14.9.98 by stef@hoes.li
setenv PATH /usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
setenv EDITOR 'emacs -nw'

#echo "\n"
#fortune -a
#echo ""


Reply to: