blob: 3acab9c8635b726dfcd530335f9e7efcf3e29d1d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
[ -f /etc/ksh.kshrc ] && . /etc/ksh.kshrc || true
export PPROMPT='<$USER@$HOST:$PWD:!>'"$PS1S"
export PS1=$PPROMPT
export HISTFILE="$HOME/.ksh_history"
export HISTSIZE=5000
export VISUAL="vim"
export EDITOR="$VISUAL"
set -o emacs
|