From b254800747da21c2666523d5a531a9117193333b Mon Sep 17 00:00:00 2001 From: zhao Date: Wed, 25 Dec 2024 15:09:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20root/.bashrc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- root/.bashrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/root/.bashrc b/root/.bashrc index e82d23a..7b0115c 100644 --- a/root/.bashrc +++ b/root/.bashrc @@ -16,8 +16,3 @@ alias ll='ls $LS_OPTIONS -l' if [ -f /etc/bashrc ]; then . /etc/bashrc fi - -# Automatically execute ZeroWrt every time you connect to ssh -if [ -x /bin/ZeroWrt ]; then - /bin/ZeroWrt -fi \ No newline at end of file