diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-02-16 22:05:57 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-02-16 22:05:57 +0100 |
| commit | d4d44cf888d75db3b7d994e78aa9ddc688d02c91 (patch) | |
| tree | 80872e0666fc3e838af22859d0a1d003ae573c95 /install.sh | |
| parent | e3bb75659f36d0c9ac8ad919cf582919b1250911 (diff) | |
| download | dotfiles-d4d44cf888d75db3b7d994e78aa9ddc688d02c91.tar.gz dotfiles-d4d44cf888d75db3b7d994e78aa9ddc688d02c91.zip | |
bash: add the bash_profile file.
Apparently MacOS X doesn't provide a ~/.bash_profile file by default.
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ git submodule update # Install the files on this repo. cp bashrc $HOME/.bashrc +cp bashrc_profile $HOME/.bashrc_profile cp psqlrc $HOME/.psqlrc cp irbrc $HOME/.irbrc cp gemrc $HOME/.gemrc |
