@@ -81,7 +81,7 @@ def pseudo_zsh():
print(f"存储: {used_disk}GB / {total_disk}GB ({disk_usage}%)")
print("-" * 40)
subprocess.run(f"cd /{username}/", shell=True) # 切换到用户目录
subprocess.run(f"cd /Users/{username}/", shell=True) # 切换到用户目录
while True:
try:
The note is not visible to the blocked user.