From 82e0497dfde50fd9fbdcb4cb2bd3e4a36563267d Mon Sep 17 00:00:00 2001 From: Hyy2001X <1804430051@qq.com> Date: Sat, 15 May 2021 15:28:35 +0800 Subject: [PATCH] Revert "Update profile" This reverts commit ee4aae6736361edc4d87110727dfbaead7f12555. --- CustomFiles/Depends/profile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/CustomFiles/Depends/profile b/CustomFiles/Depends/profile index 0548363..e5a13b9 100644 --- a/CustomFiles/Depends/profile +++ b/CustomFiles/Depends/profile @@ -64,16 +64,6 @@ esac unset FILE } -alias ll='ls -alF --color=auto' -service() { - [ -f "/etc/init.d/$1" ] || { - echo "service "'"'"$1"'"'" not found, the following services are available:" - ls "/etc/init.d" - return 1 - } - /etc/init.d/$@ -} - Sysinfo alias autoupdate='bash /bin/AutoUpdate.sh' alias AutoUpdate='bash /bin/AutoUpdate.sh'