diff --git a/nixhome/.bashrc b/nixhome/.bashrc index aa4cb7f..f8b7fff 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" ]]; then +if [ -n "$SSH_CONNECTION" ] || [ "$(uname)" != "Darwin" ]; then IN_SSH="^ssh" fi if [ "$color_prompt" = yes ]; then