Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
How to display zsh is 32/64 bit?
- X-seq: zsh-users 16611
- From: Daniel Lin <dlin.tw@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: How to display zsh is 32/64 bit?
- Date: Fri, 9 Dec 2011 12:34:59 +0800
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=DLlYW1aGGVte59jUAShzNVvi8r2SfAVAhM5mH5utdjk=; b=hqPn2m0GH5/0qFH1q89jBQ5GvX9f7XeXTWF1EItIHIfhMp2lKqjWZN+2Yhf0AoCY1K D2/I6bcu9MIdpFyLI8nZiRK3Uz9yfhLYAc7hxJw6LqHLdg9QfsSw9K2+98w6nfKwD++6 3SQI2heQFhmvh7x7uHQLXkTZ0BvjIsqnG3Bzs=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
To do cross compile of 32/64 bit program on one machine.(which installed
64-bit zsh)
I use ArchLinux x86_64 as host machine.
And a arch32 chroot environment for 32-bit compiling(which installed 32-bit
zsh).
One problem is the PS1 of zsh.
It will display the same on both environment.
I'm wonder could I show different prompt inside the chroot environemnt?
If zsh's prompt variable can deal this?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author