diff options
author | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-04-02 22:18:29 -0400 |
---|---|---|
committer | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-04-02 22:18:29 -0400 |
commit | 4890f1387516364abb03f79b3022f408d5479b0f (patch) | |
tree | ce7dcd8d32d2da8d2e4383262b0dbd7f925e0f5e | |
parent | d0d63d0f38ec8f460a3576d6a2593028a920d441 (diff) |
[#2] deploy .zshrc-local if it doesn't already exist
-rwxr-xr-x | deploy.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,3 +13,7 @@ do fi ln -s `pwd`/${f} ~/.${f} done + +if [ ! -e ~/.zshrc-local ]; then + cp zshrc-local ~/.zshrc-local +fi |