diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-05-15 10:08:33 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-05-15 10:08:33 +0800 |
commit | 9de6b50827dd59da3d49d239acb3b2cc88ea04da (patch) | |
tree | 638048ab29b03de0d9fd7f866165db5c187037a0 /_zshrc | |
parent | 7cb84718c6179a65b67948ebfec66edddf1a3d50 (diff) | |
download | dotfiles-9de6b50827dd59da3d49d239acb3b2cc88ea04da.tar.bz2 |
_zshrc: minor adjustment
Diffstat (limited to '_zshrc')
-rw-r--r-- | _zshrc | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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: # |