From df4b895ccf807c2c324caa3344bdadaf0b980131 Mon Sep 17 00:00:00 2001 From: hjp Date: Sun, 9 May 1999 19:03:32 +0000 Subject: [PATCH] Source local-parts/term only if it exists. --- .znewterm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.znewterm b/.znewterm index 5864675..e4a09d8 100644 --- a/.znewterm +++ b/.znewterm @@ -2,7 +2,10 @@ # called both from .zlogin and .zshrc # 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