diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-02-16 22:18:56 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-02-16 22:18:56 +0100 |
| commit | 3ac53697f566e363f74ac57c23dd99859fd54a8e (patch) | |
| tree | bed24e05458ce9292a714f774dfb3f504d86baea | |
| parent | 614b04a13f8626cbca39ff5b8d73531600df367e (diff) | |
| download | dotfiles-3ac53697f566e363f74ac57c23dd99859fd54a8e.tar.gz dotfiles-3ac53697f566e363f74ac57c23dd99859fd54a8e.zip | |
bash: typo.
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ git submodule update # Install the files on this repo. cp bashrc $HOME/.bashrc -cp bashrc_profile $HOME/.bashrc_profile +cp bash_profile $HOME/.bash_profile cp psqlrc $HOME/.psqlrc cp irbrc $HOME/.irbrc cp gemrc $HOME/.gemrc |
