From 9de6b50827dd59da3d49d239acb3b2cc88ea04da Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 15 May 2016 10:08:33 +0800 Subject: _zshrc: minor adjustment --- _zshrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '_zshrc') diff --git a/_zshrc b/_zshrc index 9b549c6..d01135d 100644 --- a/_zshrc +++ b/_zshrc @@ -1,3 +1,4 @@ +## -*- mode: sh; -*- ## ## ~/.zshrc ## ZSH configuration file @@ -18,7 +19,8 @@ ## https://robots.thoughtbot.com/the-unix-shells-humble-if ## ## Aaron LI -## 2014-05-31 +## Created: 2014-05-31 +## Updated: 2016-05-15 ## @@ -27,9 +29,7 @@ for f in ~/.zsh/[0-9][0-9]-*.zsh; do done ## Local configurations -if [ -r ~/.zshrc.local ]; then - source ~/.zshrc.local -fi +[ -r ~/.zshrc.local ] && source ~/.zshrc.local || true # vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=zsh: # -- cgit v1.2.2