summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2017-01-21 11:03:24 -0700
committerTuowen Zhao <ztuowen@gmail.com>2017-01-21 11:03:24 -0700
commitda5b9108f49a67e7af7e880e51d1e95e11342ac1 (patch)
tree9dbebe557f8f58327b832f659165ecb83c46246d
parent6d32b9ed978e491e79959ce73bd5e742f501c550 (diff)
downloadzsh-da5b9108f49a67e7af7e880e51d1e95e11342ac1.tar.gz
zsh-da5b9108f49a67e7af7e880e51d1e95e11342ac1.tar.bz2
zsh-da5b9108f49a67e7af7e880e51d1e95e11342ac1.zip
update zshrc
-rw-r--r--.gitignore3
-rw-r--r--localrc0
-rw-r--r--zshrc2
3 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index b2022081a..7d2030e9f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,6 @@ custom/
# temp files directories
cache/
log/
+
+# Per-host config
+localrc
diff --git a/localrc b/localrc
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/localrc
diff --git a/zshrc b/zshrc
index 5df8d4930..7a19ab90f 100644
--- a/zshrc
+++ b/zshrc
@@ -82,4 +82,4 @@ if [[ -z "$SSH_CLIENT" ]]; then
fi
# source ~/.rvm/scripts/rvm
-
+source ~/.oh-my-zsh/localrc