From a3a5bb0304b369fa3710cf117558ebe64489ca20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 4 Apr 2018 10:02:03 +0200 Subject: Drop shell profile completely from install --- install | 6 ------ 1 file changed, 6 deletions(-) diff --git a/install b/install index c67e9c6..83c7fb7 100755 --- a/install +++ b/install @@ -12,12 +12,6 @@ git submodule update --init --recursive || (echo "Submodule update failed!"; exi ################################################################################# -# TODO on hosts without shellrc we might want some thin shellrc to be installed -if ask "Install shell profile"; then - inst profile ~/.profile - inst zprofile ~/.zprofile -fi - if ask "Install GIT configuration"; then inst gitconfig ~/.gitconfig inst local/git-prompt.sh ~/.local/ -- cgit v1.2.3