From ac89a6b599816e14c6cb4d31079077ba99c6aad3 Mon Sep 17 00:00:00 2001 From: Luk Date: Sat, 7 Feb 2026 15:02:03 +0800 Subject: [PATCH] u --- nixhome/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixhome/.bashrc b/nixhome/.bashrc index 42b7609..6148b39 100644 --- a/nixhome/.bashrc +++ b/nixhome/.bashrc @@ -132,7 +132,7 @@ elif [ -f /etc/debian_version ]; then elif [ -f /etc/ubuntu_version ]; then MYOSVERSION=Ubt`cat /etc/ubuntu_version 2>/dev/null` fi -if [[ -n "$SSH_CONNECTION" ]] || [[ ! "$(uname)" = "Darwin" ]]; then +if [[ -n "$SSH_CONNECTION" ]] || [[ "$(uname)" != "Darwin" ]]; then IN_SSH="^ssh" fi if [ "$color_prompt" = yes ]; then