Removed superfluous (and dangerous) bindkey -v

This needs to only be used in the tcshrc.bindkey file.  This
addresses one of the comments in the github code review.
This commit is contained in:
2014-01-28 01:39:17 -05:00
parent 24288069d7
commit 06f295c50a

3
tcshrc
View File

@ -37,9 +37,6 @@ if( $?CSHENV_DEBUG ) then
endif
bindkey -v
#The history size for your shell can be set globally now
if( $?CSHENV_HISTORY_SIZE ) then
set history=${CSHENV_HISTORY_SIZE}