From 644dfa96122dd9c06c671bf9404cef6661c6f413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Tue, 14 Jan 2020 21:44:25 +0100 Subject: [PATCH] cleanup --- functions.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/functions.sh b/functions.sh index b9684bd..67df8e9 100644 --- a/functions.sh +++ b/functions.sh @@ -230,7 +230,6 @@ sshmyshellconfig() { [ -e /etc/bashrc ] && . /etc/bashrc [ -e /etc/bash.bashrc ] && . /etc/bash.bashrc echo "modify ~/.bashrc" - sed -e '/^\[ -f bashrc_add \] /d' ~/.bashrc sed -i -e '/^\[ -f bashrc_add \] /d' ~/.bashrc sed -i -e '/#MYSHELLCONFIG-start/,/#MYSHELLCONFIG-end/d' ~/.bashrc echo