diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2017-01-21 11:06:18 -0700 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2017-01-21 11:06:18 -0700 |
commit | 0b40a79fa01f2b4649147342d4c5de2550121d9e (patch) | |
tree | 25860abfd1f2a11fe91d16fa4290655f2226b68a | |
parent | 590713ad2ae21b261b82b948db21f484c569436c (diff) | |
download | zsh-0b40a79fa01f2b4649147342d4c5de2550121d9e.tar.gz zsh-0b40a79fa01f2b4649147342d4c5de2550121d9e.tar.bz2 zsh-0b40a79fa01f2b4649147342d4c5de2550121d9e.zip |
update zshrc
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | localrc | 0 | ||||
-rw-r--r-- | zshrc | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 7d2030e9f..b2022081a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,3 @@ custom/ # temp files directories cache/ log/ - -# Per-host config -localrc diff --git a/localrc b/localrc deleted file mode 100644 index e69de29bb..000000000 --- a/localrc +++ /dev/null @@ -82,4 +82,3 @@ if [[ -z "$SSH_CLIENT" ]]; then fi # source ~/.rvm/scripts/rvm -source ~/.oh-my-zsh/localrc |