From e7ab2f357a341a74343b6e6343bd3d7a3e7401d9 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Thu, 16 Nov 2023 20:13:52 +0530 Subject: [PATCH] [zsh] indicator when we are in distrobox container --- zsh/.config/zsh/.zsh-custom/themes/snipe.zsh-theme | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zsh/.config/zsh/.zsh-custom/themes/snipe.zsh-theme b/zsh/.config/zsh/.zsh-custom/themes/snipe.zsh-theme index ca4c6590..16650e20 100755 --- a/zsh/.config/zsh/.zsh-custom/themes/snipe.zsh-theme +++ b/zsh/.config/zsh/.zsh-custom/themes/snipe.zsh-theme @@ -94,7 +94,10 @@ function _git_repo_base(){ _tmux_indicator='!' -if [[ -n "$IN_NIX_SHELL" ]] ; then + +if [[ -n "$DISTROBOX_ENTER_PATH" ]] ; then + local _tmux_indicator="@" +elif [[ -n "$IN_NIX_SHELL" ]] ; then local _tmux_indicator="#" elif [[ -n "$TMUX" ]] ; then local _tmux_indicator="="