From 13cab4e1a2aba4903a399a297ebe66dcfa935b90 Mon Sep 17 00:00:00 2001 From: zhao Date: Mon, 23 Dec 2024 23:47:42 +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 insertions(+) diff --git a/root/.bashrc b/root/.bashrc index 25e0022..c8d7859 100644 --- a/root/.bashrc +++ b/root/.bashrc @@ -15,4 +15,9 @@ alias ll='ls $LS_OPTIONS -l' # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc +fi + +autoload -U compinit && compinit +if [ -x /bin/ZeroWrt ]; then + /bin/ZeroWrt fi \ No newline at end of file