更新 root/.bashrc

Signed-off-by: zhao <zj18139624826@gmail.com>
This commit is contained in:
zhao 2024-12-23 23:58:02 +08:00
parent 13cab4e1a2
commit 5ceb1a8d12

View File

@ -16,8 +16,3 @@ alias ll='ls $LS_OPTIONS -l'
if [ -f /etc/bashrc ]; then if [ -f /etc/bashrc ]; then
. /etc/bashrc . /etc/bashrc
fi fi
autoload -U compinit && compinit
if [ -x /bin/ZeroWrt ]; then
/bin/ZeroWrt
fi