diff options
| author | Karel Kočí <cynerd@email.cz> | 2017-05-07 19:06:11 +0200 |
|---|---|---|
| committer | Karel Kočí <cynerd@email.cz> | 2017-05-07 19:06:11 +0200 |
| commit | aceca49714cbc35a5e6a74341dbf4d3e503d0a2c (patch) | |
| tree | 5a26cb19f0e5b4127097833776f01da5c3744886 | |
| parent | 9cbf75f5992eb57343fb9cb3eec9e6fa2a9df08d (diff) | |
| download | myconfigs-aceca49714cbc35a5e6a74341dbf4d3e503d0a2c.tar.gz myconfigs-aceca49714cbc35a5e6a74341dbf4d3e503d0a2c.tar.bz2 myconfigs-aceca49714cbc35a5e6a74341dbf4d3e503d0a2c.zip | |
Remove dropped profile files from install script
| -rwxr-xr-x | install | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -15,13 +15,11 @@ git submodule update --init || (echo "Submodule update failed!"; exit 5) if ask "Install Bashrc"; then inst bashrc ~/.bashrc inst shellrc ~/.shellrc - inst profile ~/.profile fi if ask "Install zshrc"; then inst zshrc ~/.zshrc inst shellrc ~/.shellrc - inst zprofile ~/.zprofile fi if ask "Install GIT configuration"; then |
