aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
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