History control variable to fit new naming scheme

This commit is contained in:
2014-01-26 15:16:12 -05:00
parent d0571f211c
commit 116419e81a

3
tcshrc
View File

@ -40,7 +40,7 @@ endif
#The history size for your shell can be set globally now
if( $?CSHENV_HISTORY_SIZE ) then
set history=$HISTORY_SIZE
set history=${CSHENV_HISTORY_SIZE}
endif
# this safe_source alias is incredibly delicate. It drives the whole
@ -75,4 +75,3 @@ source ${CSHENV_DIR}/tcshrc.prompt
###########################
# vim: ft=tcsh
###########################