diff options
author | Karel Kočí <cynerd@email.cz> | 2018-04-04 10:02:03 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-04-04 10:02:03 +0200 |
commit | a3a5bb0304b369fa3710cf117558ebe64489ca20 (patch) | |
tree | b154c4dd992e3b1a8c60334cb954762dcd0ae5a9 /install | |
parent | 7ad63ac537482aaa43eae2de19ef83d332beacc2 (diff) | |
download | myconfigs-a3a5bb0304b369fa3710cf117558ebe64489ca20.tar.gz myconfigs-a3a5bb0304b369fa3710cf117558ebe64489ca20.tar.bz2 myconfigs-a3a5bb0304b369fa3710cf117558ebe64489ca20.zip |
Drop shell profile completely from installserver
Diffstat (limited to 'install')
-rwxr-xr-x | install | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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/ |