From 8ce1ca175d6bd1e6297346140884357cb51d0625 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 17 May 2008 12:14:04 +0100 Subject: [PATCH 1/1] make debian chroot stand out --- .zsh/zshrc/80_prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh/zshrc/80_prompt b/.zsh/zshrc/80_prompt index d42b76c..a2b18eb 100644 --- a/.zsh/zshrc/80_prompt +++ b/.zsh/zshrc/80_prompt @@ -16,7 +16,7 @@ if [ "${PS1:-}" = '%m%# ' ]; then fi _MACHINE_NAME="${_PS1_HL:=B}%m%${(L)_PS1_HL}" - _MACHINE_NAME="$_MACHINE_NAME${debian_chroot:+/$debian_chroot}" + _MACHINE_NAME="$_MACHINE_NAME${debian_chroot:+/%S$debian_chroot%s}" PS1="%(2L.+.)%${_MACHINE_NAME}:${_MIDDLE}%# " -- 2.39.5