更新 main.py,修改切换到用户目录的命令

This commit is contained in:
2025-04-02 18:40:29 +08:00
Unverified
parent 8e3045ca42
commit f6cfa36d15

View File

@@ -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: