From f6cfa36d15fad8b12138f7bec2122cdf34a64410 Mon Sep 17 00:00:00 2001 From: HeXiangLong <3234374354@qq.com> Date: Wed, 2 Apr 2025 18:40:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20main.py=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=88=87=E6=8D=A2=E5=88=B0=E7=94=A8=E6=88=B7=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E7=9A=84=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 38e3012..81f874d 100644 --- a/main.py +++ b/main.py @@ -20,7 +20,7 @@ def pseudo_zsh(): os.system("clear") # 清屏 - subprocess.run("cd ~", shell=True) # 切换到用户目录 + subprocess.run("cd /Users/20250910553", shell=True) # 切换到用户目录 print(f"Last login: {datetime.now().strftime('%a %b %d %H:%M:%S %Y')} on ttys000") while True: