diff options
author | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-01-21 11:10:25 -0500 |
---|---|---|
committer | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-01-21 11:10:25 -0500 |
commit | 41ebc8041e4c39e197f2239249d846d266b7d280 (patch) | |
tree | c197831d5e843e200c724362fcc9ba1564492e70 | |
parent | 8f0b419896b27d46359d3537b6ed6ecc95e93fa2 (diff) |
fix the README script so the cd works in zsh
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ rm -f xcolour-dotfiles-*.tar.gz wget --no-check-certificate https://www.github.com/xcolour/dotfiles/tarball/master tar zxfv xcolour-dotfiles-*.tar.gz -cd xcolour-dotfiles* +cd xcolour-dotfiles-*/ ./deploy.sh |