Update kaiji.sh

This commit is contained in:
NewName
2024-08-07 20:02:11 +08:00
parent edc391a844
commit 6ad6fe26e1

View File

@@ -15,7 +15,7 @@ echo "" > ~/.bashrc
cat << 'EOF' >> ~/.bashrc
# 自定义终端欢迎语
if [ -n "$PS1" ]; then
echo -e "\e[32m欢迎上机\e[0m"
echo -e "欢迎上机!"
fi
EOF