diff options
author | Matt Turner <mattst88@gmail.com> | 2018-07-07 15:25:20 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2018-07-07 15:25:20 -0700 |
commit | e85559df4497c02b50557db829041fbfafd28dbd (patch) | |
tree | 653ecb50c1754e18ccf742819c9f25f59e357843 | |
parent | a3b72d3ba88adbbe6e83e97219c162e627cb656c (diff) |
Update .zshrc
-rw-r--r-- | .zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |