Source local-parts/term only if it exists.

This commit is contained in:
hjp 1999-05-09 19:03:32 +00:00
parent da2dbb1025
commit df4b895ccf
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,10 @@
# called both from .zlogin and .zshrc # called both from .zlogin and .zshrc
# default initialization # default initialization
. /usr/local/lib/profile-parts/term if [ -f /usr/local/lib/profile-parts/term ]
then
. /usr/local/lib/profile-parts/term
fi
# terminal customization # terminal customization