diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2011-11-02 14:20:36 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2011-11-02 14:20:36 +0100 |
| commit | 67cbcb0e0c8eec26313fbaf70010b2458f36d8f8 (patch) | |
| tree | 9f5e3e541864acc197dbe8d15008afe3ff56c108 /install.rb | |
| parent | 3bd20f9d8a0945564e8bd275f0378778ef75c8de (diff) | |
| download | dotfiles-67cbcb0e0c8eec26313fbaf70010b2458f36d8f8.tar.gz dotfiles-67cbcb0e0c8eec26313fbaf70010b2458f36d8f8.zip | |
Added a rake completion file
Diffstat (limited to 'install.rb')
| -rw-r--r-- | install.rb | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,4 +24,5 @@ home ||= '$HOME' `cp global.gitignore #{home}/.gitignore` `cp vimrc #{home}/.vimrc` `cp hgrc #{home}/.hgrc` - +`cp rake_completion #{home}/.rake_completion` +`chmod +x #{home}/.rake_completion` |
