aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-05-07 19:06:11 +0200
committerKarel Kočí <cynerd@email.cz>2017-05-07 19:06:11 +0200
commitaceca49714cbc35a5e6a74341dbf4d3e503d0a2c (patch)
tree5a26cb19f0e5b4127097833776f01da5c3744886 /install
parent9cbf75f5992eb57343fb9cb3eec9e6fa2a9df08d (diff)
downloadmyconfigs-aceca49714cbc35a5e6a74341dbf4d3e503d0a2c.tar.gz
myconfigs-aceca49714cbc35a5e6a74341dbf4d3e503d0a2c.tar.bz2
myconfigs-aceca49714cbc35a5e6a74341dbf4d3e503d0a2c.zip
Remove dropped profile files from install script
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 0 insertions, 2 deletions
diff --git a/install b/install
index b52d989..26b5c55 100755
--- a/install
+++ b/install
@@ -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