Installation manual
52 6. Manual System Configuration
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
if ( "$?TERM" == "linux" ) then
set prompt = "%U%m%u:%B%/%b"$delim" "
else
set prompt = "%U%m%u:"$delim" "
endif
endif
$HOME/.login:
#$HOME/.login: local shell profile for
#−login csh/tcsh
#eval the local environment
if ( −f $HOME/.environment && −x /usr/local/bin/readenv ) then
eval ‘/usr/local/bin/readenv $HOME/.environment‘
endif
$HOME/.cshrc:
#$HOME/.cshrc: local shell profile for
#−all csh/tcsh
#find out whether we are an interactive tcsh
if ! ( $?0 && $?tcsh ) then
#set xterm titlebar
switch ( $TERM )
case *xterm*:
alias precmd ’echo −n "\033]2;xterm@${HOST} $cwd\007"’
breaksw
default:
breaksw
endsw
#prompt
if ( $TERM == "linux" ) then
set prompt = "%B%n%b %/ > "
else
set prompt = "%B%n%b > "
endif
#set colours and options for ’ls’
eval ‘dircolors /etc/default/dircolors‘
alias ls ’ls −F −−color=auto’
#aliases for safety
alias rm ’rm −i’
alias cp ’cp −i’
alias mv ’mv −i’
#−−− endif
endif
/etc/X11/Xession.d/10-source-environment:
#/etc/X11/Xdession.d/10−source−environment: global X session startup script
#source the default environment
if [ −f /etc/environment ]; then
./etc/environment
fi
$HOME/.Xsession:
#!/bin/sh
#$HOME/.Xsession: local X session startup script
#setup environment
if [ −f $HOME/.environment ]; then
.$HOME/.environment
fi
#setup some fancy desktop background
xsetbg /usr/share/backgrounds/propaganda/vol13.5/A−Little−Exercise−1.JPG