local .profile config at sdfeu.oRg ---------------------------------- *Always* backup ex. $ cp ~/.profile ~/.profile-backup Below you see _changes and/or additions_ to my default .profile # I am not an nvi fan EDITOR=/usr/pkg/bin/vim # Terminal text/color compatibility to/from Linux terminal TERM=xterm-256color # Sane backspace behaviour a-la vi i.s.o. default emacs stty erase '^?' echoe # a.o. colored man pages (replaces default less with most) PAGER="most" #previous commands emacs or vi style echo ksh set -o emacs cheat: history ^P prev ^N next ^A to beginning ^E to end set -o emacs # echo ksh set -o vi cheat: history Esc-k prev Esc-j next Esc-\ complete Esc-= check # set -o vi # ksh export to make it happen ;-) export PAGER MAIL PS1 TERM EDITOR VISUAL