aboutsummaryrefslogtreecommitdiffstats
path: root/_zshrc
diff options
context:
space:
mode:
Diffstat (limited to '_zshrc')
-rw-r--r--_zshrc8
1 files changed, 4 insertions, 4 deletions
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: #