From aceca49714cbc35a5e6a74341dbf4d3e503d0a2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 7 May 2017 19:06:11 +0200 Subject: Remove dropped profile files from install script --- install | 2 -- 1 file changed, 2 deletions(-) (limited to 'install') 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 -- cgit v1.2.3