View | Details | Raw Unified | Return to bug 158467
Collapse All | Expand All

(-)orig/bash.bashrc (-2 / +2 lines)
Lines 259-266 Link Here
259
    if test "$is" = "ksh" ; then
259
    if test "$is" = "ksh" ; then
260
	# Use a ksh specific history file and enable
260
	# Use a ksh specific history file and enable
261
    	# emacs line editor
261
    	# emacs line editor
262
    	HISTFILE=$HOME/.kshrc_history
262
    	: ${HISTFILE:=$HOME/.kshrc_history}
263
    	VISUAL=emacs
263
    	: ${VISUAL:=emacs}
264
    fi
264
    fi
265
    ;;
265
    ;;
266
esac
266
esac

Return to bug 158467