From 5d1f53e6b1608db0416c3ed9acbdfa4b98e63302 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 14 Jan 2022 19:51:33 +0000 Subject: [PATCH] Add prompt support for distrobox --- prompt_fresh_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompt_fresh_setup b/prompt_fresh_setup index ce8a641..093bc1c 100644 --- a/prompt_fresh_setup +++ b/prompt_fresh_setup @@ -44,7 +44,7 @@ prompt_fresh_setup() { fi local userhost=$USER - if [ "$SSH_CONNECTION" != "" ]; then + if [ "$SSH_CONNECTION" != "" ] || [ "$DISTROBOX_ENTER_PATH" != "" ]; then local user="$user@%{%F{244}%}%M%{%f%}" local userhost="$userhost@`hostname`" fi