diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2017-01-21 11:03:24 -0700 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2017-01-21 11:03:24 -0700 |
commit | da5b9108f49a67e7af7e880e51d1e95e11342ac1 (patch) | |
tree | 9dbebe557f8f58327b832f659165ecb83c46246d | |
parent | 6d32b9ed978e491e79959ce73bd5e742f501c550 (diff) | |
download | zsh-da5b9108f49a67e7af7e880e51d1e95e11342ac1.tar.gz zsh-da5b9108f49a67e7af7e880e51d1e95e11342ac1.tar.bz2 zsh-da5b9108f49a67e7af7e880e51d1e95e11342ac1.zip |
update zshrc
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | localrc | 0 | ||||
-rw-r--r-- | zshrc | 2 |
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 @@ -82,4 +82,4 @@ if [[ -z "$SSH_CLIENT" ]]; then fi # source ~/.rvm/scripts/rvm - +source ~/.oh-my-zsh/localrc |