From 6c3031c9d06c1d3727a6788c97f9df00d966b0df Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Wed, 12 Sep 2018 14:54:50 +0200 Subject: [PATCH] Prefix the toolbox PS1 with an emoji for differentiation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flatbox already uses 📦, so got to try something different. 🔹 could be a good option. It's small, subtle and blue. --- fedora-toolbox | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fedora-toolbox b/fedora-toolbox index a445ed5..8b146c6 100755 --- a/fedora-toolbox +++ b/fedora-toolbox @@ -19,6 +19,7 @@ source /etc/os-release toolbox_container="fedora-toolbox-$USER:$VERSION_ID" +toolbox_prompt="🔹[\u@\h \W]\\$ " base_toolbox_image="fedora-toolbox:$VERSION_ID" toolbox_image="fedora-toolbox-$USER:$VERSION_ID" @@ -116,6 +117,7 @@ enter() --env DESKTOP_SESSION=$DESKTOP_SESSION \ --env DISPLAY=$DISPLAY \ --env LANG=$LANG \ + --env PS1="$toolbox_prompt" \ --env SHELL=$SHELL \ --env SSH_AUTH_SOCK=$SSH_AUTH_SOCK \ --env TERM=$TERM \