simple, but well working .kshrc
Ist noch in Arbeit… wird gelegentlich geupdated =)
# Variables
HISTFILE=${HOME}/.sh_hist/.sh_hist.${TTY##*/}
HISTSIZE=1024
EXTENDED_HISTORY=ON
PS1=’${PWD} $’
if id >/dev/null 2>&1 ; then
PS1=’${VIOS}:${PWD} #’
else
PS1=’${LOGNAME}@${PWD} $’
fiexport PS1
# Allow arrow key editing
set -o emacs
alias __A=’^P’
alias __B=’^N’
alias __C=’^F’
alias __D=’^B’
alias __H=’^A’
alias __P=’^D’# Disallow Ctrl-D logout
set -o ignoreeof
Categories: IBM, Linux / Unix / foo