Adding session support.

This commit is contained in:
2022-06-05 23:28:06 -04:00
parent 7d3a9d8636
commit b3157c76a8
3 changed files with 31 additions and 1 deletions

View File

@ -2,6 +2,16 @@
### Final Prompt Setting ###
############################
#if( $?CSHENV_DEBUG ) then
# echo "Loading prompt session information."
#endif
#if( $?CSHENV_SESSION_PROFILE ) then
# safe_source ${CSHENV_DIR}/tcshrc.session.prompt.${CSHENV_SESSION_PROFILE}
#endif
#if( $?CSHENV_DEBUG ) then
# echo "Loaded prompt session information."
#endif
if( $?CSHENV_DEBUG ) then
echo "Setting up dynamic colour loading..."
endif