]> git.madduck.net Git - etc/zsh.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

make debian chroot stand out
authormartin f. krafft <madduck@madduck.net>
Sat, 17 May 2008 11:14:04 +0000 (12:14 +0100)
committermartin f. krafft <madduck@madduck.net>
Sat, 17 May 2008 11:14:04 +0000 (12:14 +0100)
.zsh/zshrc/80_prompt

index d42b76c114037bd47853c5acb1c295d201e26003..a2b18eb250d17b81c5fc8b327258bffe9e005382 100644 (file)
@@ -16,7 +16,7 @@ if [ "${PS1:-}" = '%m%# ' ]; then
   fi
 
   _MACHINE_NAME="${_PS1_HL:=B}%m%${(L)_PS1_HL}"
   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}%# "
 
 
   PS1="%(2L.+.)%${_MACHINE_NAME}:${_MIDDLE}%# "