From: Mark Wooding Date: Thu, 22 Nov 2018 13:22:23 +0000 (+0000) Subject: dot/shell-rc: Fix bungled prompt hack. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/34d4fb8925e944b09ac82535e187516e7a7bac2d?ds=sidebyside dot/shell-rc: Fix bungled prompt hack. --- diff --git a/dot/shell-rc b/dot/shell-rc index 9754106..965e8ab 100644 --- a/dot/shell-rc +++ b/dot/shell-rc @@ -64,7 +64,7 @@ __mdw_set_prompt_pieces () { ## If this is an schroot environment or some other interesting augmented ## environment then point this out. hqual="$hqual${SCHROOT_CHROOT_NAME+/$SCHROOT_CHROOT_NAME}" - hqual="$hqual${MDW_BUILDENV+/$BUILDENV}" + hqual="$hqual${MDW_BUILDENV+/$MDW_BUILDENV}" ## Put together the main pieces. __mdw_prompt_left="$nl$bold$left$sec_l$u$host$hqual$sec_r$dir"