summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2018-07-07 15:25:20 -0700
committerMatt Turner <mattst88@gmail.com>2018-07-07 15:25:20 -0700
commite85559df4497c02b50557db829041fbfafd28dbd (patch)
tree653ecb50c1754e18ccf742819c9f25f59e357843
parenta3b72d3ba88adbbe6e83e97219c162e627cb656c (diff)
Update .zshrc
-rw-r--r--.zshrc4
1 files 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