add support for FCEDIT, this makes sure that history is modified with EDITOR in zsh, bash and ksh

This commit is contained in:
David Alexander Majnemer 2009-01-13 01:36:27 -06:00
parent cb467422ab
commit 6b5159f65e

View file

@ -14,6 +14,10 @@ for EDITOR in vim elvis vile nvi vi ; do
done
export EDITOR
# make the history editor the editor we want
FCEDIT=$EDITOR
export $FCEDIT
# aliases
alias cd..='cd ..'