更新 root/.bashrc

Signed-off-by: zhao <zhao@noreply.localhost>
This commit is contained in:
zhao 2024-12-25 15:09:25 +08:00
parent 6232eefcd4
commit b254800747

View File

@ -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