From e85559df4497c02b50557db829041fbfafd28dbd Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 7 Jul 2018 15:25:20 -0700 Subject: Update .zshrc --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 205d62a..3afc303 100644 --- a/.zshrc +++ b/.zshrc @@ -42,5 +42,5 @@ bindkey "\e[3~" delete-char export PATH=:$PATH:~/bin -. /etc/profile.d/autojump.sh -. /etc/profile.d/vte-2.91.sh +[ -e /etc/profile.d/autojump.sh ] && . /etc/profile.d/autojump.sh +[ -e /etc/profile.d/vte-2.91.sh ] && . /etc/profile.d/vte-2.91.sh -- cgit v1.2.3